21.3.82 save_smartdesign
(Ask a Question)Description
This Tcl command saves all the changes made in a SmartDesign component.
save_smartdesign -sd_name "smartdesign_component_name"Arguments
| Parameter | Type | Description |
|---|---|---|
| sd_name | string | Specifies the name of the SmartDesign component to be saved. It is mandatory. |
Error Codes
| Error Code | Description |
|---|---|
| None | Required 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}