21.3.82 save_smartdesign

Description

This Tcl command saves all the changes made in a SmartDesign component.

save_smartdesign -sd_name "smartdesign_component_name"

Arguments

ParameterTypeDescription
sd_namestringSpecifies the name of the SmartDesign component to be saved. It is mandatory.

Error Codes

Error CodeDescription
NoneRequired parameter 'sd_name' is missing.

None

Parameter 'param_name' is not defined. Valid command formatting is 'save_smartdesign -sd_name "sd_name" '.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example saves "top" SmartDesign.

save_smartdesign -sd_name {top}

See Also