Locating the Reports and Summaries - 2023.2 English

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2023-11-13
Version
2023.2 English

If you look into the hw_emu directory where you built and ran the application, you will notice that a few files were generated by the tools:

  • hw_emu.hlscompile_summary: A summary report of the compiled HLS component.

  • vadd.xclbin.info: A text report of the device binary.

  • vadd.xclbin.link_summary: A summary report of the linking process used to generate the device binary.

  • xrt.run_summary: A summary report of the events captured during the application runtime.

IMPORTANT: If you targeted the ZCU102 hardware, these files are stored on the SD card and must be copied back to your workstation to continue this lab. Refer to Running Emulation on an Embedded Processor Platform for more information.

The generation of these files and reports is controlled by runtime options located in the xrt.ini file. This tutorial contains a pre-existing xrt.ini file which enables the generation a timeline of execution, and the profile summary data, with the following content:

[Debug]
native_xrt_trace=true
device_trace=fine