Designing Efficient Kernels - 2023.1 English - UG1387

Versal Adaptive SoC Hardware, IP, and Platform Development Methodology Guide (UG1387)

Document ID
UG1387
Release Date
2023-05-24
Version
2023.1 English

Using C/C++ to model and create hardware offers coding flexibility. For maximum predictability and a faster path to results, AMD recommends the load-compute-store coding style where the kernel is explicitly decomposed between data motion blocks and computational blocks. This highly structured coding style fits the producer-consumer pattern well and helps achieve high-throughput designs. For more information, see this link in the Vitis HLS User Guide (UG1399).