21.4.27 sd_disconnect_instance

Description

This tcl command clears all the connections on an instance in 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_disconnect_instance -sd_name {smartdesign component name} \
                       -instance_name {instance name}

Arguments

ParameterTypeDescription

sd_name

string

Specifies the name of the SmartDesign component. It is mandatory.

instance_name

string

Specifies the name of the instance for which all the connections must be cleared. It is mandatory.

Return TypeDescription
NoneNone

Error Codes

Error CodeDescription

None

Parameter 'instance_name' has illegal value.

None

Required parameter 'instance_name' 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_disconnect_instance -sd_name "sd_name" -instance_name "[instance_name]+"'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

This example disconnects {RAM1K18_1" instance.

sd_disconnect_instance -sd_name {sd1} -instance_name {RAM1K18_1}

See Also

  • sd_rename_instance

  • sd_update_instance

  • sd_delete_instances

  • sd_duplicate_instance