minClearanceOverLayer
Sets the minimum clearance between layer1 and layer2 shapes where the space between the two is completely filled by layer3 shapes. For example, minClearanceOverLayer can be used to set the required clearance between implant (layer1) and gate (layer2) over diffusion (layer3), while minClearance specifies the minimum clearance between all other layer1 and layer2 shapes.
minClearanceOverLayer Quick Reference
Value Type
|
Represents the minimum clearance in user units required between shapes on the two given layers wherever the space between them is completely filled by the third layer. |

Examples
Sets the minimum clearance between Metal1 and Metal2 shapes to 2.0, wherever poly shapes completely fill any space between Metal1 and Metal2.
set_layerarray_constraint -constraint minClearanceOverLayer \
-layer_array {Metal1 Metal2 poly} -Value 2.0
Related Topics
Return to top