Generating the Bitstream - 1.0 English

DPUCAHX8L for Convolutional Neural Networks Product Guide (PG366)

Document ID
PG366
Release Date
2024-03-25
Version
1.0 English

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