21.13.1.34 open_project
(Ask a Question)Description
This Tcl command opens an existing SmartDebug project (*.dprj).
open_project -project {relative or absolute path and name of the project file}Arguments
| Parameter | Type | Description |
|---|---|---|
project | string | Specify relative or absolute path to the *.dprj file. This parameter is mandatory. |
| Return Type | Description |
|---|---|
| None | None |
Error Codes
| Error Code | Description |
|---|---|
None | Required parameter 'project' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'open_project -project "file"' |
Supported Families
| PolarFire |
| SmartFusion 2 |
| IGLOO 2 |
| RTG4 |
Example
This command opens the 'SDPrj.dprj' project from the SDProject directory:
open_project -project {./SDProject/SDPrj.dprj}See Also
new_project
