21.13.1.32 open_project

Description

This Tcl command opens an existing SmartDebug project (*.dprj).

open_project -project {relative or absolute path and name of the project file}

Arguments

ParameterTypeDescription

project

string

Specify relative or absolute path to the *.dprj file. This parameter is mandatory.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

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