source <install path>/Vitis/2023.2/settings64.sh source /opt/xilinx/xrt/setup.sh cd L1/tests/case_folder/ make run TARGET=<cosim/csim/csynth/vivado_syn/vivado_impl> PLATFORM=/path/to/xilinx_u250_gen3x16_xdma_3_1_202020_1.xpfm
- csim (high level simulation),
- csynth (high level synthesis to register transfer level (RTL)),
- cosim (cosimulation between software testbench and generated RTL),
- vivado_syn (synthesis by AMD Vivado™), and
- vivado_impl (implementation by Vivado).