maxExtension
Specifies the maximum distance a shape on one layer can extend past a shape on a second layer.
maxExtension Quick Reference
Value Types
maxExtension constraints have the following value types:
-
Value
Specifies the maximum extension for a shape on one layer past a shape on another layer. -
OneDTblValue
The lookup key for the table is the width of the shape on the second layer and the table value is the extension of the shape on the second layer past the shape on the first layer.

Examples
-
Fixed Value
Sets the maximum extension forMetal2pastMetal1to 1.3.Format Example set_layerpair_constraint -constraint maxExtension \
-layer1 Metal1 -layer2 Metal2 -Value 1.3 -
1D Table: Index width
Sets maximum extension forMetal2pastMetal1, based on the width ofMetal2.Format Example set_layerpair_constraint -constraint maxExtension \
-layer1 Metal1 -layer2 Metal2 -row_name width \
-OneDTblValue {0.6 0.4 0.8 0.7}
Related Topics
Return to top