Compile the AI Engine graph (
libadf.a
) using the AI Engine compiler:make aie
The corresponding AI Engine compiler command is:
aiecompiler -platform=$PLATFORM_REPO_PATHS/xilinx_vck190g_base_202310_1/xilinx_vck190_base_202310_1.xpfm -include="./aie" -include="./data" -include="./aie/kernels" -include="./" -workdir=./Work aie/graph.cpp
After the AI Engine graph (
libadf.a
) has been generated, verify for correctness using the AI Engine simulator:make aiesim