Run the following command to generate the bitstream:
v++ -t hw --platform $platform_name --temp_dir $direction_name -l --config "<vitis configuration file - *.ini>" -o dpu.xclbin DPUCAHX8L_A.xo
If two xo are used, add the xo file names to the command as shown in the following example for implementing on the Alveo U280 card:
v++ -t hw --platform xilinx_u280_xdma_201920_3 --save-temps -temp_dir haha -l --config "<vitis configuration file - *.ini>" -o dpu.xclbin DPUCAHX8L_A.xo DPUCAHX8L_B.xo