Step 1: Build Design - Step 1: Build Design - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English
  1. To build the design run the following commands.

    make aie
    
  2. After the ADF graph compiles, 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
    

    Running emulation creates a new directory, aiesimulator_output. This directory contains a file called aiesim-options.txt.

  3. Open the aiesim-options.txt. Content is 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, refer to Reusing AI Engine Simulator Options.

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

    make kernels
    make xsa
    make host
    make package