Command to Run L2 cases - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
cd L2/tests/vitis_case_folder

# build and run one of the following using your card's platform
make run TARGET=sw_emu PLATFORM=/path/to/<your_card_platform>

# delete generated files
make cleanall

Here, TARGET decides the FPGA binary type

  • sw_emu is for software emulation
  • hw_emu is for hardware emulation
  • hw is for deployment on physical card. (Compilation to hardware binary often takes hours.)

Besides run, the Vitis case makefile also allows host and xclbin as build target.