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.