Step 7 - Run Emulation - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 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.