21.4.41 sd_rename_pin_group

Description

This Tcl command renames a pin group on an instance in a SmartDesign component.

sd_rename_pin_group -sd_name {smartdesign component name} \
                    -instance_name {instance name} \
                    -current_group_name {current pin group name} \
                    -new_group_name {new pin group name}

Arguments

ParameterTypeDescription
sd_namestringSpecifies the name of the SmartDesign component. It is mandatory.
instance_namestringSpecifies the name of the instance on which the pin group is present. It is mandatory.
current_group_namestringSpecifies the name of the pin group to be renamed. It is mandatory.
new_group_namestringSpecifies the new name of the pin group. It is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'sd_name' is missing.
NoneRequired parameter 'instance_name' is missing.
NoneRequired parameter 'current_group_name' is missing.
NoneRequired parameter 'new_group_name' is missing.
NoneParameter 'param' is not defined. Valid command formatting is 'sd_rename_pin_group -sd_name "sd_name" -current_group_name "current_group_name" -new_group_name "new_group_name" -instance_name "instance_name"'.
SDCTRL05Pin 'MyGroup' does not exist.
NoneParameter 'current_group_name' has illegal value.

Supported Families

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

Example

This command renames "Group" to "MyNewGroup" on the "COREAXINTERCONNECT_C0_0" instance in the "TOP" design:

sd_rename_pin_group -sd_name {TOP} \
                    -instance_name {COREAXINTERCONNECT_C0_0} \
                    -current_group_name {Group} \
                    -new_group_name {MyNewGroup}

See Also

  • sd_create_pin_group
  • sd_add_pins_to_group