Re-compiling ADF graph - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

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

After making the necessary environment changes, re-compile the ADF graph targeting the custom platform using the command below:

make aie TARGET=hw

or

v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" -work_dir=./Work aie/graph.cpp`