Environment: Setting Up Your Target Platform Environment - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.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_2023.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>
export PYTHON_INSTALL=<YOUR-PYTHON_INSTALL_PATH>

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

Then source the environment script:

source env_setup_2023.sh

## *Validation*: Confirming Tool Installation

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

```bash
which vitis
echo $DSPLIB_ROOT