allowedGateLengthRanges
orderedSpacings( ( allowedGateLengthRangestx_layer1 tx_layer2(g_ranges) )
) ;orderedSpacings
Specifies the allowed channel length. The channel length is the width of the poly shape over active.

Values
|
The first layer (poly) on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The second layer (active) on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The allowed ranges for the channel length (that is, poly width).
Type: Floating-point values specifying length |
Parameters
Example
The channel length must be greater than 0.2 and less than 0.4 or greater than or equal to 1.0.
orderedSpacings( ( allowedGateLengthRanges "Poly" "Active" ("(0.2 0.4)" ">=1.0")
)
) ;orderedSpacings
Return to top