21.3.48 export_sdc_file
(Ask a Question)Description
This Tcl command exports the file for timing constraints. The exported file has a *.sdc file name extension.
export_sdc_file -file { absolute path and name of *.sdc file }Arguments
| Parameter | Type | Description | 
|---|---|---|
| file | string | Specifies the SDC file to export. | 
Error Codes
Error Code  | Description  | 
|---|---|
None  | Required parameter 'file' is missing.  | 
None  | Parameter 'param_name' is not defined. Valid command formatting is 'export_sdc_file -file "Export SDC File Name"' .  | 
Supported Families
| Supported Families | 
|---|
| PolarFire® | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
Example
The following command exports the SDC file for timing constraints to sd1.sdc.
export_sdc_file -file {E:/designs/export/sd1.sdc}