Setting Up and Running the Design - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English
  1. Change the directory to testcase_nofifo_hang.

  2. Modify the host code (sw/host.cpp) to call gr.end();, which causes the design to hang forever.

  3. Build the hardware package. See the example commands below:

    cd testcase_nofifo_hang
    sed -i 's/gr.end(.*);/gr.end();/' sw/host.cpp
    make package TARGET=hw
    
  4. Boot from the SD card. In Linux, change the working directory to /run/media/mmcblk0p1:

    cd /run/media/mmcblk0p1
    
  5. Choose one of the following options to dump the AI Engine status.