HLS Cases Command Line Flow - 2025.2 English

Vitis Libraries

Release Date
2025-12-17
Version
2025.2 English
cd L1/tests/hls_case_folder

make run TARGET=csim \
    PLATFORM=/path/to/xilinx_u280_xdma_201920_3.xpfm

Test control variables are:

  • CSIM for high level simulation.
  • CSYNTH for high level synthesis to RTL.
  • COSIM for cosimulation between software test bench and generated RTL.
  • VIVADO_SYN for synthesis by AMD Vivado™.
  • VIVADO_IMPL for implementation by Vivado.

For all these variables, setting to 1 indicates execution while 0 for skipping. The default value of all these control variables are 0, so they can be omitted from command line if the corresponding step is not wanted.