Option 2: Manual output the AI Engine status - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

In Linux, run the application:

/run/media/mmcblk0p1
./host.exe a.xclbin

After the design runs for some time, either kill the application run by hitting Ctrl+C or suspend it by hitting Ctrl+Z. Dump the AI Engine status into a JSON file:

xbutil examine -r aie -d 0 -f json -o xbutil_status.json

Copy the JSON output to a local server for further analysis in Vitis Analyzer.