Library Function References - 2023.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2023-12-13
Version
2023.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())