Vitis Command Options
The vitis
command launches the Vitis 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.
Display Options
The following options display the specified information intended for review.
-help
- Displays help information for the Vitis core development kit command options.
-debug
- Launches the Vitis IDE to run debug
on a command-line project.TIP: To view the help for the
vitis -debug
command, use-debug -help
. -version
- Displays the Vitis core development kit release version.
Command Options
The following command options specify how the vitis
command is configured for the current workspace and project.
-workspace <workspace location>
- Specify the workspace directory for Vitis IDE projects.
{-lp <repository_path>}
- Add <repository_path> to the list of Driver/OS/Library search directories.
-eclipseargs <eclipse arguments>
- Eclipse-specific arguments are passed to Eclipse.
-vmargs <java vm arguments>
- Additional arguments to be passed to Java VM.