allowedGateWidthRanges
orderedSpacings( ( allowedGateWidthRangestx_layer1 tx_layer2(g_ranges) )
) ;orderedSpacings
Specifies the allowed channel width. The channel width is the length 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 width (that is, poly length).
Type: Floating-point values specifying width |
Parameters
Example
The channel width must be greater than 0.2 and less than 0.4 or greater than or equal to 1.0.
orderedSpacings( ( allowedGateWidthRanges "Poly" "Active" ("(0.2 0.4)" ">= 1")
)
) ;orderedSpacings
Return to top