Build and Simulate in the Vitis IDE - Build and Simulate in the Vitis IDE - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English
  1. Once the Vitis IDE is open and the system project is created, select the AI Engine Component from the left pane. Expand to locate and select the aiecompiler.cfg file to open the compiler configuration settings.

  2. Select the Module-Specific settings and click Add item under the Pre-processor setting. build settings

  3. Add -O0 to the Pre-processor option to improve debug visibility.

  4. In the Flow navigator, select Build under X86 SIMULATION. This builds the AI Engine component for the x86simulation target. Once the build completes, you see Compilation Complete and Build Finished Successfully messages in the console and a green tick mark. build output

  5. In the Flow navigator window, under X86SIMULATION, select Run. If there is no existing launch configuration, create one by clicking Create Configuration -> New Launch Configuration -> x86sim. Create_Configuration

  6. You can change the Launch Config Name and click Run to start simulation for x86simulation target. When the simulation complete, you see the following output in the console. simulator output