“Utils” Directory - 2024.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2024-12-06
Version
2024.2 English

For this tutorial, a number of utilities have been created that you can reuse for your own purposes.

First, to allow these utilities to be called from anywhere during this tutorial, add this directory in your PATH but also indicate to python that this directory contains some libraries and should be checked during imports.

Navigate to the Utils directory, and type source InitPythonPath to have this directory in your path for Python libraries and executable search path.