Import projects to workspace
Syntax
importprojects <path>
Import all the Vitis projects from <path>
to workspace.
Returns
Nothing, if the projects are imported successfully. Error string, if project path is not specified or if the projects cannot be imported.
Example(s)
importprojects /tmp/wrk/wksp1/hello1
Import Vitis project(s) into the current workspace.