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.