Vitis Interactive Python Shell - Vitis Interactive Python Shell - 2026.1 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2026-06-23
Version
2026.1 English

The Vitis Unified IDE supports an interactive mode for entering through the command-line interface (CLI) of a Python command shell. You can launch the tool in interactive mode with the following command.

vitis -i

The command starts the Vitis command-line prompt.

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

You can find CLI examples at <Vitis_Installation_Dir>/cli/examples.

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