Configuring the xrt.ini File - 2023.1 English

Vitis Tutorials: Hardware Acceleration (XD099)

Document ID
XD099
Release Date
2023-08-02
Version
2023.1 English

XRT uses various parameters to control the execution flow, debug, profiling, and message logging during host application and kernel execution in software emulation, hardware emulation, and system run on the acceleration board. These control parameters are optionally specified in a runtime initialization file called xrt. ini.

Following is an .ini file is for your reference.

#Start of Debug group 
[Debug] 
native_xrt_trace = true
device_trace = fine

#Start of Runtime group 
[Runtime] 
runtime_log = console

#Emulation group
[Emulation] 
debug_mode = batch

Place the xrt. ini file in the executable directory.