The System project uses the v++ --link
command
and the v++ --package
command to build the boot files
required for the system, and to convert the .xsa
file, produced by the linker for AMD Versalâ„¢
platforms, into an .xclbin file for loading into
the device. The command uses a configuration file command language as described in v++ Linking and Packaging Options.
You can build your command line as the Vitis IDE does, which is presented below based on the AI Engine PL and PS System Design example. The example includes an AI Engine component, two HLS components, the Application component, and the System project. This topic shows the commands for building and running the System project.
Tip: Use the Example view to select the
example design and select the Create Application from
Template command.