Library Function References - 2024.2 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2025-01-15
Version
2024.2 English
The new Vitis IDE can create, configure, and build a System project from the command-line using the vitis python library. Launch the Vitis tool in interactive mode using the following command:
vitis -i

Use the following commands while in the interactive mode to get help for the vitis library:

Vitis [1]: help(vitis)
Vitis [2]: help(vitis.create_client())