Step 7 - Running Emulation - Step 7 - Running Emulation - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

After packaging, you can run emulation or run on hardware.

  1. To run emulation, use the following command:

    make run_emu
    

    or

    cd ./sw
    ./launch_hw_emu.sh
    cd ..
    

    When launched, use the Linux prompt to run the design.

  2. Execute the following command when the emulated Linux prompt displays:

    ./host.exe a.xclbin
    

You should see TEST PASSED. Run the keyboard command Ctrl+A x to end the QEMU instance.