Description
This tcl command connects all pins of an instance to new SmartDesign top level ports.
sd_connect_instance_pins_to_ports -sd_name {smartdesign component name} \
-instance_name {instance name}
Arguments
Parameter | Type | Description |
---|
sd_name | string | Specifies the name of the SmartDesign component. It is mandatory. |
instance_name | string | Specifies the instance name for which all the pins must be connected to top level ports. It is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
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_connect_instance_pins_to_ports -sd_name "sd_name" -instance_name "instance_name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
This example connects pins to ports of the instance {CORESPI_C0_0}.
sd_connect_instance_pins_to_ports -sd_name {top} \
-instance_name {CORESPI_C0_0}