Environment: Setting Up Your Target Platform Environment - 2022.2 English

Vitis Tutorials: AI Engine Development

Document ID
XD100
Release Date
2022-12-01
Version
2022.2 English

When the elements of the Vitis™ software platform are installed, update the target platform environment script.

Create a script file named env_setup_2022.sh in your favorite text editor. Replace the placeholders with the appropriate paths:

export DSPLIB_ROOT=<YOUR-DSPLIB-DIRECTORY>
export PLATFORM_REPO_PATHS=<YOUR-PLATFORM-DIRECTORY>

source <XILINX-INSTALL-LOCATION>/Vitis/2022.2/settings64.sh

Then source the environment script:

source env_setup_2022.sh

## *Validation*: Confirming Tool Installation

Ensure that you are using the 2022.2 version of Xilinx&reg; tools.

```bash
which vitis
which aiecompiler
echo $DSPLIB_ROOT