Change directory to pr0_gmio:
cd <TUTORIAL_PATH>/independent_graphs/pr0_gmio
Look at aie.cfg:
[aie]
enable-partition=6:1:pr0
It defines the partition named pr0. The partition starts from column 6 and totally 1 column.
When compiling AI Engine graph with above configuration file, it constrains all the resources to be within the constrained columns.
To compile the graph, run the following command:
make aie
To simulator the graph, run the following command:
make aiesim