21.3.97 unset_as_target
(Ask a Question)Description
This Tcl command unsets a target file in the Constraints view to not to store constraints. To unset *.sdc *.pdc files as target, click the Manage Constraints tool name from Design Flow.
unset_as_target -file { absolute path to file }Arguments
| Parameter | Type | Description | 
|---|---|---|
| file | string | Specifies the absolute path to file to be unset as a target. | 
Error Codes
Error Code  | Description  | 
None  | Parameter 'param_name' is not defined. Valid command formatting is 'unset_as_target -file "file to unset as target"'.  | 
Supported Families
| Supported Families | 
|---|
| PolarFire® | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
Example
This command unsets the SDC file <project_folder>/constraint/user.sdc as target to not store SDC command.
unset_as_target -file {/prj_path/constraint/user.sdc}