Vitis Environment Reference Materials
The reference materials contained here include the following:
- Vitis Compiler Command: A
description of the compiler options (
-c
), the linking options (-l
), options common to both compile and linking, and a discussion of the--config
options. - Various Xilinx® utilities are provided
for the Vitis tools and Xilinx Runtime (XRT) to provide detailed
information about the platform resources, including SLR and memory resource
availability, to help you construct the
v++
command line, and manage the build and run process.- emconfigutil Utility
- kernelinfo Utility
- launch_emulator Utility
- manage_ipcache Utility
- package_xo Command
- platforminfo Utility
- xbutil Utility
- xbmgmt Utility
- xclbinutil Utility
TIP: The Xilinx Runtime (XRT) Architecture reference material is available on the Xilinx Runtime GitHub repository. - The xrt.ini file is used to initialize XRT to produce reports, debug, and profiling data as it transacts business between the host and kernels. This file is used when the application is run, for emulation or hardware builds, and must be created manually when the build process is run from the command line.
- HLS Pragmas: A description of pragmas used by the Vitis HLS tool in synthesizing C/C++ kernels.