maxFilling
spacings( ( maxFillingtx_layerf_spacing)
) ;spacings
Specifies the maximum edge-to-edge space that can be filled between shapes on the specified layer. This constraint is typically used for wells or to fill notches.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The space between shapes must be less than or equal to this value. |
Parameters
Example
Fill is allowed if the spacing between shapes on Metal3 is less than or equal to 1.5.
spacings( ( maxFilling "Metal3" 1.5
)
) ;spacings
Return to top