minWidth
spacings( ( minWidthtx_layer['exceptPointTouch 'exceptLineTouch (g_range)] ['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)] ] ['lengthf_length]f_width['manhattan] )
) ;spacings
Specifies the minimum orthogonal width for any shape on the specified layer.
A shape can point touch a second shape on the same layer at a corner. A shape can also abut a second shape on the same layer with an overlap if the overlap value falls in the exempt ranges.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The orthogonal width of the shape must be greater than or equal to this value. |
Parameters
|
The shape can point touch a second shape on the same layer at a corner. |
|
|
The shape can abut a second shape with an overlap that falls in this range.
Type: Floating-point values specifying a |
|
|
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 |
|
|
(Virtuoso Layout Suite EXL and higher tiers) The constraint applies only to shapes with length less than this value. |
|
|
The constraint uses Manhattan distance, which allows a larger spacing at the corners. |
|
'horizontal and 'vertical parameters are supported by the Generating All Components from Source and Update Components And Nets commands.Example
The width of a shape when measured horizontally must be at least 0.1 and when measured vertically must be at least 0.2.

Return to top