21.4.2 sd_add_pins_to_group

Description

This tcl command adds one or more pins to a pin group on an instance in a SmartDesign component.

sd_add_pins_to_group -sd_name {smartdesign component name} \
                     -instance_name {instance name} \
                     -group_name {group name} \
                     -pin_names {pin names}

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.
group_namestringSpecifies the name of the group to add the pins to. It is mandatory.
pin_namesstringSpecifies the list of instance pins to be added to the pin group. It is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'param_name' is not defined. Valid command formatting is 'sd_add_pins_to_group -sd_name "sd_name" -instance_name "instance_name" [-group_name "group_name"] [-pin_names "[pin_names]+"]'.
NoneRequired parameter 'sd_name' is missing.
NoneRequired parameter 'instance_name' is missing.

Supported Families

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

Example

The following example adds "ARESETN" and "CLK" pins to the Group of "COREAX_C0_0" instance in the "top" design:

sd_add_pins_to_group -sd_name {top} \
                     -instance_name {COREAX_C0_0} \
                     -group_name {Group} \
                     -pin_names {ARESETN ACLK}

See Also

  • sd_create_pin_group
  • sd_remove_pins_from_group