L1 Test - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
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 RTL),
  • cosim (cosimulation between software testbench and generated RTL),
  • vivado_syn (synthesis by Vivado) and
  • vivado_impl (implementation by Vivado).