Step 1: Build Design - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English
  1. To build the design run the following commands.

    make aie
    
  2. After the ADF graph is compiled, run the AI Engine simulator (aiesimulator) to get additional profile data. This ensures the design is simulating correctly and generates extra profile information for performance analysis and optimizing the kernels.

    To run the simulator, run the following commands.

    make aiesim
    

    After running emulation a new directory, aiesimulator_output, is created and inside this directory, there is a file called aiesim-options.txt.

  3. Open the aiesim-options.txt and you should see content similar to the following.

    AIE_PKG_DIR=/path/to/<tutorial>/./Work
    AIE_DUMP_VCD=tutorial
    AIE_PROFILE=All
    
  4. Close the text file.

    NOTE: To view all the aiesim_option.txt values, see Reusing AI Engine Simulator Options.

  5. Run the rest of the build process using the following commands.

    make kernels
    make xclbin
    make host
    make package