oaGateOrientation
Specifies the orientation required for building gates on a layer as one of the following: horizontal, vertical, or any. Gates can be built using any orientation if any is specified or if this constraint is not set. Optional width parameter limits application of the constraint to only those gates that have a width equal to or less than the set value.
oaGateOrientation Quick Reference
Value Type
|
String value that is stored as an integer value.
Values: |
Optional Parameter
|
Specifies in user units the maximum gate width at which this constraint applies. If not specified, the orientation applies to all gates.
Type: |
Examples
set_constraint_parameter -name width -Value 1.2
set_layer_constraint -constraint oaGateOrientation -layer poly1 \
-StringAsIntValue "horizontalGateOrientation"
Related Topics
Return to top