minEnclosedArea
Specifies the minimum area for a hole, or an empty area, that is enclosed by metal. This constraint is often used in conjunction with the minEnclosedSpacing constraint for slotting.
minEnclosedArea Quick Reference
Value Types
Examples
-
Fixed Value
Sets the minimum hole area onMetal1to1.0user unit.set_layer_constraint -constraint minEnclosedArea -layer Metal1 -AreaValue 1.0
-
1D Table: Index width
Establishes a lookup table to set the minimum allowed area for a hole onMetal1, based on the width of the enclosing metal.
For example, when the width of enclosing metal onMetal1is greater than or equal to0.0005, but less than0.5605, the minimum hole area is0.12; when the width is greater than or equal to0.5605, but less than1.5005, the minimum hole area is0.18.set_layer_constraint -constraint minEnclosedArea -layer Metal1 \ -row_name width \ -OneDTblValue {0.0005 0.12 0.5605 0.18 1.5005 0.5 3.0005 0.9}
Related Topics
Return to top

