The Vitis Unified IDE supports the following modes:
- Classic Mode
- Use to open the legacy Vitis
IDE.
vitis --classic
- Workspace Mode
- Open the Vitis unified IDE with the specified
workspace.
vitis -w <workspace>
- Analysis Mode
- Analysis mode launches the tool directly into the Working with the Analysis View (Vitis Analyzer) letting you review the summary reports generated
during the build, run, and debug
processes.
vitis -a
- Interactive Mode
- Interactive mode lets you enter commands through the command-line interface,
outside of the
GUI.
vitis -i
Note: Typehelp()
from the interactive command prompt to explore the available command modules. - Batch Mode
- Batch mode executes the specified script and
exits.
vitis -s <script>.py
- Jupyter Notebook Mode
- Launches Jupyter Notebook server with the Vitis environment and the front end UI in your default web
browser.
vitis -j
You can use -h
to print the supported options
of vitis -new
.
vitis -h
Syntax: vitis [--classic | -a | -w | -i | -s | -h | -v]
Options:
-classic/--classic
Launch the classic Vitis IDE.
-a/--analyze [<summary file | folder | waveform file: *.[wdb|wcfg]>]
Open the summary file in the Analysis view.
Opening a folder opens the summary files found in the folder.
Open the waveform file in a waveform view tab.
If no file or folder is specified, opens the Analysis view.
-w/--workspace <workspace_location>
Launches Vitis IDE with the given workspace location.
-i/--interactive
Launches Vitis python interactive shell.
-s/--source <python_script>
Runs the given python script.
-j/--jupyter
Launches Vitis Jupyter Web UI.
-h/--help
Display help message.
-v/--version
Display Vitis version.