Run AI Engine Compiler and AI Engine Simulator - 2023.1 English

Vitis Tutorials: AI Engine Development

Document ID
XD100
Release Date
2023-09-20
Version
2023.1 English
  1. 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
    
  2. After the AI Engine graph (libadf.a) has been generated, verify for correctness using the AI Engine simulator:

    make aiesim