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® tools.
```bash
which vitis
which aiecompiler
echo $DSPLIB_ROOT