The XRT flow is as follows:
- Burn the generated sd_card.img to the physical SD card.
- Create the
xrt.ini
file in the sd_card folder as described in this section to enablexrt
flow.An example
xrt.ini
file is shown in the following.[Debug] aie_trace=true aie_trace_buffer_size=100M aie_trace_metrics = functions_all_stalls
- Run the design on hardware to trace hardware events.
- Copy the captured trace data from the sd_card folder to your design at same level as
the design
Work
directory. The trace data is generated in the same location as the host application on the SD card. They arexrt.run_summary
,aie_event_runtime_config.json
, andaie_trace_N.txt
. - Use the Vitis analyzer to
import and analyze data with this
command.
vitis_analyzer xrt.run_summary