Vitis Interactive Python Shell - 2024.2 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2025-01-15
Version
2024.2 English

As described in Launching the Vitis Unified IDE, the Vitis Unified IDE supports an interactive mode that lets you enter commands through the command-line interface (CLI) of a Python command shell. You can launch the tool in interactive mode as follows:

vitis -i

The Vitis command-line prompt is displayed:

Vitis [1]:
Note: Type help() or help(vitis) from the interactive command prompt to explore the available command modules.

CLI examples can be found at <Vitis_Installation_Dir>/cli/examples directory.

The following topics describe some of the features of the Vitis Python command shell.