2. Build and test the design - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

To build and test the design on Linux platform, please make sure 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, please 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, please enter 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_emu
  • To build and launch the hardware accelerator on the Alveo U280, please enter 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