Setting Up the Environment - 2023.2 English

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2023-11-13
Version
2023.2 English

IMPORTANT: This tutorial requires Vitis 2023.1 or later to run.

NOTE: The instructions provided below assume that you are running in a bash shell.

  • To configure the environment to run Vitis, source the following scripts:

    source <VITIS_install_path>/settings64.sh
    source <XRT_install_path>/setup.sh
    
  • Then make sure the following environment variable is correctly set to point to your U200 platform installation directory.

    export PLATFORM_REPO_PATHS=<path to the U250 platform install dir>