Hardware Execution Target - 2024.2 English - UG1700

Data Center Acceleration Using Vitis User Guide (UG1700)

Document ID
UG1700
Release Date
2025-01-15
Version
2024.2 English

When the build target is the hardware, v++ builds the FPGA binary for the AMD device by running Vivado synthesis and implementation on the design. It is normal for this build target to take a longer period of time than generating either the software or hardware emulation targets in the Vitis IDE. However, the final FPGA binary can be loaded into the hardware of the accelerator card and the application can be run in its actual operating environment.

As discussed in v++ Command in the Vitis Reference Guide (UG1702), the hardware execution is specified in the v++ command with the -t option:

v++ -t hw ...