Step 4.1 VCD generation - 2022.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English

Command to generate AI Engine simulation VCD file.

aiesimulator --pkg-dir=./Work --i=. --dump-vcd=foo

Command to generate hardware emulation VCD file.

./launch_hw_emu.sh -add-env AIE_COMPILER_WORKDIR=${PROJECT_FULL_PATH}/Work -aie-sim-options ${PROJECT_FULL_PATH}/aiesim_options.txt

Where aiesim_options.txt content is

AIE_DUMP_VCD=foo

Follow step 2.4 to run application.