minOverlap
Sets the minimum distance by which a shape on layer1 must overlap a shape on layer2.
minOverlap Quick Reference
Value Type

Examples
Sets the minimum overlap to the minimum distance between the inside and outside edges of shapes on Metal1 over shapes on Metal2 to 0.75.
set_layerpair_constraint -constraint minOverlap \
-layer1 Metal1 -layer2 Metal2 -Value 0.75
Related Topics
Return to top