Step 7 - Run Emulation - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 English

After packaging, everything is ready to run emulation or to 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.

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

    ./host.exe a.xclbin
    

You should see an output displaying TEST PASSED. When this is shown, run the keyboard command: Ctrl+A x to end the QEMU instance.