minFillToShapeSpacing
spacings( ( minFillToShapeSpacingtx_layerf_spacing)
) ;spacings
Specifies the minimum spacing between fill shapes and active design shapes on a layer.

Values
Parameters
Example
The minimum spacing between fill shapes and active design shapes must be greater than or equal to 1.0 on Metal1 and greater than or equal to the value of the technology parameter minfillt2objspace1 on Metal2.
spacings( ( minFillToShapeSpacing "Metal1" 1.0
)
( minFillToShapeSpacing "Metal2"
techParam("minfill2objspace1")
)
) ;spacings
Return to top