1. Build and test the design - 2025.1 English

Vitis Libraries

Release Date
2025-09-18
Version
2025.1 English

To build and test the design on Linux platform, make sure that your XILINX_VITIS and XILINX_XRT environment variables are set up correctly and point to the corresponding Vitis 2022.2 locations. Once your environment is set up properly, navigate to the L2/tests/csmv directory and follow the steps below to run emulation and launch accelerator on Alveo U280.

  • To run hardware emulation, enter following commands. Replace the $XILINX_VITIS with your Vitis 2022.2 installation location.
make cleanall
make run PLATFORM_REPO_PATHS=$XILINX_VITIS/platforms  PLATFORM=$XILINX_VITIS/platform/xilinx_u280_xdma_201920_1/xilinx_u280_xdma_201920_1.xpfm  TARGET=hw_emu
  • To build and launch the hardware accelerator on the Alveo U280, enter following commands. Replace the $XILINX_VITIS with your Vitis 2022.2 installation location.
make cleanall
make run PLATFORM_REPO_PATHS=$XILINX_VITIS/platforms  PLATFORM=$XILINX_VITIS/platform/xilinx_u280_xdma_201920_1/xilinx_u280_xdma_201920_1.xpfm  TARGET=hw