protrusionWidth
spacings( ( protrusionWidthtx_layer(f_protrusionLengthf_wireWidthf_protrusionWidth) )
) ;spacings
Specifies the minimum width for a protrusion that connects to a wire. The width of the protrusion depends on the length of the protrusion and the width of the wire to which it connects.

Values
Parameters
Example
On Metal3, the width of a protrusion must be greater than or equal to 0.25 if the length of the protrusion is less than 1.5 and the width of the wire to which this protrusion connects is greater than or equal to 0.5.
spacings( ( protrusionWidth "Metal3" (1.5 0.5 0.25) )
) ;spacings
Return to top