To develop and deploy applications with Vitis, you need to install the Vitis unified software environment, the Xilinx Runtime library (XRT) and the platform files specific to the acceleration card used in your project.
Prior to starting the installation process, make sure to check the Vitis installation requirements.
NOTE: Windows OS support is limited to the Vitis embedded software development flow. The Vitis application acceleration flow is only supported on Linux.
Download the latest version of the Vitis from the AMD download website. Make sure to download the Linux Self-Extracting web installer or the Single-File installer.
After downloading the Vitis, XRT and platform packages, install them in the following order and according to the provided instructions:
NOTE: Installing XRT is not required when targeting Arm®-based embedded platforms. The Vitis compiler has its own copy of xclbinutil for hardware generation; and for software compilation, you can use the XRT from the sysroot on the Embedded Processor platform.
AMD provides base platforms for the Alveo U250, U50 and U280 data-center acceleration cards for example. Before installing a platform, you need to download the following packages:
-
Xilinx Runtime (XRT)
-
Deployment Target Platform
-
Development Target Platform
The packages required for each platform can be found on the corresponding download pages:
AMD provides base platforms for the ZCU102 and ZCU104 cards. Before installing a platform, you need to download the following packages:
- Base platform
- Common image
The packages required for each platform can be found on the corresponding download pages:
To configure the environment to run Vitis, run the following script, which sets up the environment to run in a specific command shell.
source <Vitis_install_path>/Vitis/2023.2/settings64.sh
NOTE:
.csh
scripts are also provided but this tutorial assumes a bash shell is used.
To configure XRT for Alveo Data Center accelerator cards, run the following script. This is not required for Embedded platforms.
source /opt/xilinx/xrt/setup.sh
To specify the location of any Data Center or Embedded platforms you have installed, set the following environment variable:
export PLATFORM_REPO_PATHS=<path to platforms>
NOTE: On some Ubuntu distributions, you must also export the
LIBRARY_PATH
to properly set up Vitis.
export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
For more information see AR 73698.
Click here to Review the Host and Kernel Code
Copyright © 2020–2023 Advanced Micro Devices, Inc