Note: The AMD Vitis™
Unified Integrated Design Environment (IDE) supports data center
acceleration and embedded system design, AI Engine and High-Level Synthesis (HLS) component creation,
platform creation, and embedded software design. You can launch this tool by using the
following command:
vitis -w <workspace>
In the AMD Vitis™
unified IDE, you can create a new embedded application project or platform
development project. The vitis command launches the
Vitis unified IDE with your defined options. It
provides options for specifying the workspace and options of the project. The following
sections describe the vitis command options.
Command Options
The following command options specify how the vitis command is configured for the current workspace and project.
vitis [-a | -w | -i | -s | -h | -v]
-
-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.
-
-workspace <workspace location> - Specify the workspace directory for Vitis Unified IDE projects.
-
-i/--interactive - Launches Vitis Python interactive shell.
-
-s/--source <python_script> - Runs the specified Python script.
-
-j/--jupyter - Launches Vitis Jupyter web UI.
-
-help - Displays help information for the Vitis command options.
-
-version - Displays the Vitis tool release version.