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.