The first step is to create a workspace for your project, and to launch the Vitis unified IDE using the following steps:
Create a workspace:
mkdir <tutorial_path>/Getting_Started/Vitis/example/workVADDLaunch the Vitis unified IDE:
vitis -new -w workVADD
The workspace is a folder for holding the various components and projects of a design.
TIP: The workspace is simply the place where you will store the files related to creating and building your project, or multiple projects. However, file watcher limitations can occur if you create a project with too many files as described in the Limitations and Known Issues.
The Vitis Unified IDE opens displaying the Welcome page.