importprojects - 2024.2 English - UG1725

Software Debugger Reference Guide (UG1725)

Document ID
UG1725
Release Date
2024-11-13
Version
2024.2 English

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.

Examples

importprojects /tmp/wrk/wksp1/hello1

Import Vitis project(s) into the current workspace.