Setup Environment - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#!/bin/bash
source <Vitis_install_path>/Vitis/2022.1/settings64.sh
source <install_path_xrt>/xrt/setup.sh
export PLATFORM_REPO_PATHS=<install_path_platforms>
export PLATFORM=xilinx_u200_gen3x16_xdma_2_202110_1
export TARGET=sw_emu

Note: The TARGET environment variable can be set as sw_emu, hw_emu and hw according to which emulation mode is expected to run. sw_emu is for C level emulations. hw_emu is for RTL level emulations. hw is for real on-board test. For more information about the Vitis Target please have a look at here.