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