21.4.24 sd_delete_pin_group

Description

This tcl command deletes a pin group from an instance in a SmartDesign component.

sd_delete_pin_group -sd_name {smartdesign component name} \
                    -instance_name {instance name} \
                    -group_name {group name}

Arguments

ParameterTypeDescription
sd_namestringSpecifies the name of the SmartDesign component. It is mandatory.
instance_namestringSpecifies the name of the instance from which the group pin needs to be deleted. It is mandatory.
group_namestringSpecifies the name of the pin group to be deleted. It is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'sd_name' is missing.
NoneRequired parameter 'instance_name' is missing.
NoneRequired parameter 'group_name' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'sd_delete_pin_group -sd_name "sd_name" -group_name "group_name" -instance_name "instance_name"'.
SDCTRL05Pin 'group_name' does not exist.

Supported Families

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

Example

The following example deletes the "MyGroup" group on the "COREAXINTERCONNECT_C0_0" instance in the "TOP" design:

sd_delete_pin_group -sd_name {TOP} \
                    -instance_name {COREAXINTERCONNECT_C0_0} \
                    -group_name {MyGroup}

See Also

  • sd_create_pin_group
  • sd_add_pins_to_group
  • sd_rename_pin_group
  • sd_remove_pins_from_group