21.4.6 sd_connect_instance_pins_to_ports

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

ParameterTypeDescription
sd_namestringSpecifies the name of the SmartDesign component. It is mandatory.
instance_namestringSpecifies the instance name for which all the pins must be connected to top level ports. It is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'instance_name' has illegal value.
NoneRequired parameter 'instance_name' is missing.
NoneParameter 'sd_name' has illegal value.
NoneRequired parameter 'sd_name' is missing.
NoneParameter '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}