You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[array_partition/][]|This is a simple example of matrix multiplication (Row x Col) to demonstrate how to achieve better performance by array partitioning, using HLS kernel in Vitis Environment.|__Key____Concepts__<br> - Kernel Optimization<br> - HLS C Kernel<br> - Array Partition<br>__Keywords__<br> - #pragma HLS ARRAY_PARTITION<br> - complete
10
-
[bind_op_storage/][]|This is simple example of vector addition to describe how to use BIND OP for better implementation style.|__Key____Concepts__<br> - BIND OP and STORAGE<br>__Keywords__<br> - BIND OP<br> - impl<br> - op<br> - latency
10
+
[bind_op_storage/][]|This is simple example of vector addition to describe how to use BIND OP and STORAGE for better implementation style.|__Key____Concepts__<br> - BIND OP<br> - BIND STORAGE<br>__Keywords__<br> - BIND_OP<br> - BIND_STORAGE<br> - impl<br> - op<br> - type<br> - latency
11
11
[burst_rw/][]|This is simple example of using AXI4-master interface for burst read and write|__Key____Concepts__<br> - burst access<br>__Keywords__<br> - memcpy<br> - max_read_burst_length<br> - max_write_burst_length
12
12
[critical_path/][]|This example shows a normal coding style which could lead to critical path issue and design will give degraded timing. Example also contains better coding style which can improve design timing.|__Key____Concepts__<br> - Critical Path handling<br> - Improve Timing<br>
13
13
[custom_datatype/][]|This is simple example of RGB to HSV conversion to demonstrate Custom DATA Type usages in C Based Kernel. Xilinx HLS Compiler Supports Custom Data Type to use for operation as well as Memory Interface between Kernel and Global Memory.|__Key____Concepts__<br> - Custom Datatype<br>__Keywords__<br> - struct<br> - #pragma HLS LOOP_TRIPCOUNT
0 commit comments