create_pin
create_pin
-layer s_layerName
-net_name s_netName
-term_name s_termName
-width f_userunit
-height f_userunit
-origin {f_x f_y}
[ -create_term ]
Description
Creates a pin and rectangle, and optionally a term.
Arguments
|
-create_term
|
Creates the specified term name if it does not already exist. By default this is not done.
|
|
-height f_userunit
|
Specifies the height of the pin rectangle. This value must be equal to or greater than the minimum width rule for the layer.
|
|
-layer s_layerName
|
Specifies the name of the layer to put the pin rectangle on.
|
|
-net_name s_netName
|
Specifies the name of the net to put the pin on.
|
|
-origin {f_x f_y}
|
Specifies the center position of the pin rectangle.
|
|
-term_name s_termName
|
Specifies the term name on the net to put the pin on.
|
|
-width f_userunit
|
Specifies the width of the pin rectangle. This value must be greater than or equal to the minimum width rule for the layer.
|
Examples
The following command creates a pin rectangle on Metal1 with a term_name CC on netA.
create_pin -layer Metal1 -net_name netA -term_name CC -width .35 -height .4 -create_term
Related Topics
Create Commands
Return to top