HLS Cases Command Line Flow - HLS Cases Command Line Flow - 2026.1 English

Vitis Libraries

Release Date
2026-06-23
Version
2026.1 English
cd L1/tests/hls_case_folder

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

The following test control variables are available:

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

For all these variables, set to 1 to enable execution or 0 to skip. The default value of all control variables is 0; omit any variable from the command line to skip the corresponding step.