Description
"EXPORTSDF" is a command tool used in the configure_tool and run_tool command. This command exports the back annotated <root_name>_ba.v and <root_name>_ba.sdf files to the designer/<root_name> folder.
configure_tool -name {EXPORTSDF} -params {DELAY_TYPE: true | false}
run_tool -name {EXPORTSDF}
Arguments
| Parameter | Type | Description | 
|---|
| DELAY_TYPE | boolean | Exports your enhanced min delays to include your best-case timing results in your Back Annotated file. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'params' is missing. | 
Supported Families
            
            | Supported Families | 
|---|
| PolarFire® | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
 
        Example
The following example exports Back Annotated file:
configure_tool -name {EXPORTSDF} -params {DELAY_TYPE:true}