21.6.5 EXPORTSDF

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

ParameterTypeDescription
DELAY_TYPEbooleanExports your enhanced min delays to include your best-case timing results in your Back Annotated file.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired 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}