21.4.22 sd_delete_instances
(Ask a Question)Description
This tcl command deletes one or more instances from a SmartDesign component.
Note: This command is not required to build a
                SmartDesign component. This command maps to an interactive user action in the
                SmartDesign Canvas and will not be present in the exported SmartDesign component Tcl
                description.
sd_delete_instances -sd_name {smartdesign component name} \
                    -instance_names {instance names}Arguments
| Parameter | Type | Description | 
|---|---|---|
sd_name  | string  | Specifies the name of the SmartDesign component. It is mandatory.  | 
instance_names  | string  | Specifies the instance names to be deleted. It is mandatory.  | 
| Return Type | Description | 
|---|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|---|
| None | Parameter 'instance_names' has illegal value.  | 
| None | Required parameter 'instance_names' is missing.  | 
| None | Parameter 'sd_name' has illegal value.  | 
| None | Required parameter 'sd_name' is missing.  | 
| None | Parameter 'param_name' is not defined. Valid command formatting is 'sd_delete_instances -sd_name "sd_name" -instance_names "[instance_names]+"'.  | 
Supported Families
| Supported Families | 
|---|
| PolarFire® | 
| PolarFire SoC | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
Example
This example deletes "RAM64X12_0" instance.
sd_delete_instances -sd_name {top} \
                    -instance_names {RAM64X12_0}See Also
- sd_disconnect_instance
 - sd_duplicate_instance
 
