Packaging for Data Center Platforms - 2021.1 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2022-03-29
Version
2021.1 English
Tip: The --package command is not required for Data Center accelerator cards.

The --package command essentially copies the device binary (.xclbin) to produce the output .xclbin. The command line is shown below:

v++ --package -t [sw_emu | hw_emu | hw] --platform <platform> input.xclbin [ -o output.xclbin ]

If the output option (-o) is not specified, the tool creates an output file with the default name of a.xclbin.

After the package process completes, you can use the Vitis analyzer tool to visualize and navigate the relevant reports or log files by running the following command:

vitis_analyzer ./<output>.package_summary