duyExmmtension
orderedSpacings( ( dummyExtensiontx_layer1tx_layer2tx_layer3['width f_width]f_extension)
) ;orderedSpacings
Specifies the minimum extension of a dummy poly shape (layer2) past an adjacent shape on the active layer (layer3). The first layer is the poly layer, the second is the dummy poly layer, and the third is the active layer.
The constraint does not apply if a gate is joined to another gate above or below.

Values
Parameters
|
The constraint applies only if the width of the dummy poly shape is less than this value. |
Example
The minimum extension of a PolyX shape past a Diff shape must be at least 1.0 if the PolyX shape has width less than 0.5.
orderedSpacings( ( dummyExtension "Poly1" "PolyX" "Diff" 'width 0.5
1.0
)
) ;orderedSpacings
Return to top