Library Function References - 2023.1 English

Vitis Unified IDE and Common Command-Line Reference Manual (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.1 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 -new -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())