cd L3/tests/vitis_case_folder # build and run one of the following using u200 platform make run TARGET=sw_emu PLATFORM=/path/to/xilinx_u200_gen3x16_xdma_2_202110_1.xpfm # delete generated files make cleanall
Here, TARGET
decides the FPGA binary type:
sw_emu
is for software emulation.hw_emu
is for hardware emulation.hw
is for deployment on the physical card (compilation to hardware binary often takes hours).
Besides run
, the Vitis case makefile also allows host
and xclbin
as a build target.