The AMD
Vitis Design Suite includes a command-line interface
and an integrated development environment (Vitis Unified IDE). The tool uses the v++
command and the vitis-run command to compile and run
design components. The reference materials contained in this section include the
following commands.
- v++ Command
- The v++ Command section provides a description of the compiler options (
--compile) and includes the following commands.- AI Engine and HLS compiler modes.
- Linking options (
--link) for creating the device binary. - Packaging options (
--package) for building boot files and generating an SD card for the system.
--configcommand and configuration files. - HLS Pragmas
- The HLS Pragmas section provides a description of pragmas for use in HLS components.
- xrt.ini file
- The Xilinx Runtime (XRT) file initializes XRT to produce reports, debug, and profiling data between the host and kernels. This file is useful for emulation and hardware builds. You need to create the file manually when running the build process from the command line.
The reference materials also include various AMD utilities for the Vitis tools and Xilinx Runtime (XRT). The utlities provide detailed
information about platform resources. The resources include SLR and memory resource
availability to help you construct the
v++ command
line and manage the build and run process.
Tip: The Xilinx Runtime (XRT) Architecture reference
material is available on the Xilinx Runtime GitHub repository.