maxWidth
spacings( ( maxWidthtx_layer['vertical | 'horizontal] ['insideLayers (tx_layer1tx_layer2…tx_layerN) ['insidePurposes (t_purpose1t_purpose2…t_purposeN)] | 'outsideLayers (tx_layer1tx_layer2…tx_layerN) ['outsidePurposes (t_purpose1t_purpose2…t_purposeN)] ]f_width)
) ;spacings
Specifies the maximum width for a shape on the specified layer.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The width of the shape must be less than or equal to this value. |
Parameters
|
(Virtuoso Advanced Node for Layout Only) The direction in which width is measured. If direction is not specified, width is measured in any direction. |
|
|
|
|
|
Determines if the constraint applies, based on the presence or absence of one or more layers.
For more information, see |
|
|
The |
|
|
The |
|
Example
The maximum width of shapes on Metal3 must be 2.5.
spacings( ( maxWidth "Metal3" 2.5 )
) ;spacings
Return to top