2020.2 Vitis™ Getting Started Tutorial

See 2020.1 Tutorials

Vitis Flow 101 – Part 2 : Installation Guide

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.

Step 1 – Installation Requirements

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 acceleration flow is only supported on Linux.

Step 2 – Download Vitis

Download the latest version of the Vitis from the Xilinx download website. Make sure to download the Linux Self-Extracting web installer or the Single-File installer.

Step 3 – Install Downloaded Packages

After downloading the Vitis, XRT and platform packages, installing them in the following order and according to the provided instructions:

  1. Install the Vitis Software Platform

  2. Install the Xilinx Runtime and Platforms

Step 4 – Download and Install Platform-specific files

For Embedded platforms, click here

Xilinx provides base platforms for the ZCU102 and ZCU104 cards. Before installing a platform, you need to download the following packages:

  1. XRT

  2. Base platform

  3. Common image

The packages required for each platform can be found on the corresponding download pages:

For Data-Center platforms, click here

Xilinx provides base platforms for the Alveo U200, U250, U50 and U280 data-center acceleration cards. Before installing a platform, you need to download the following packages:

  1. Xilinx Runtime (XRT)

  2. Deployment Target Platform

  3. Development Target Platform

The packages required for each platform can be found on the corresponding download pages:

Step 5 – Setup the environment to run Vitis

To configure the environment to run Vitis, run the following scripts which set up the environment to run in a specific command shell.

source <Vitis_install_path>/Vitis/2020.2/settings64.sh
source /opt/xilinx/xrt/setup.sh

NOTE: .csh scripts are also provided but this tutorial assumes a bash shell is used.

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 LIBRARY_PATH to properly set up Vitis.

export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu

For more information see Xilinx AR 73698.

Next Step

Congratulations on successfully installing everything you need to use Vitis! You can now move on to Part 3 and get going with your first example project.

Copyright© 2020 Xilinx