1. Build and test the design - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 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/fp64/spmv directory and follow the steps below to run emulation and launch accelerator on Alveo U280.

  • To run hardware emulation, enter the 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_u280_xdma_201920_3  TARGET=hw_emu
  • To build and launch the hardware accelerator on the Alveo U280, enter the following commands. Please replace the $XILINX_VITIS with your Vitis 2022.2 installation location.
make cleanall
make run PLATFORM_REPO_PATHS=$XILINX_VITIS/platforms  PLATFORM=xilinx_u280_xdma_201920_3  TARGET=hw