Reference Design 3: (./AIE_reload_whole_array) - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-12-05
Version
2025.2 English

The design contains 1 partition in directorie AIE_reload_whole_array/pr1_rtp that targets the whole AI Engine array. The graph code can be found in aie directory. The host code can be found in AIE_reload_whole_array/pr1_rtp/sw directory.

To build design ready for HW, run the following command:

cd <TUTORIAL_PATH>/AIE_reload_whole_array
make package

Boot with sd_card.img and change the working directory to /run/media/mmcblk0p1. Run the application:

./host1.exe pl.xclbin pr1.xclbin 

Run above application multiple times to reload the whole AI Engine array.

To reload different graphs in the same application, you may refer to the design ./partition_reload_diff_graph and the host code ./partition_reload_diff_graph/pr1_rtp/sw/host.cpp.