Partition pr0 in folder pr0_gmio - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 English

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