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
Parameter | Type | Description |
---|
sd_name | string | Specifies the name of the SmartDesign component. It is mandatory. |
instance_name | string | Specifies the name of the instance from which the group pin needs to be deleted. It is mandatory. |
group_name | string | Specifies the name of the pin group to be deleted. It is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'sd_name' is missing. |
None | Required parameter 'instance_name' is missing. |
None | Required parameter 'group_name' is missing. |
None | Parameter '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"'. |
SDCTRL05 | Pin '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