minSameNetSpacing (One layer)
spacings(
( minSameNetSpacing tx_layer
f_spacing
)
) ;spacings
spacingTables( ( minSameNetSpacingtx_layer(( "width" nil nil ) [f_default] ) (g_table) )
) ;spacingTables
Specifies the minimum spacing between shapes on the same net (electrically equivalent geometries) on a layer. The spacing between the shapes can be dependent on the width of the shapes.
This constraint is required if same-net spacing is less than the different-net spacing specified by the minSpacing (One layer) constraint.

Values
Parameters
Example
The same-net spacing on Poly1 must be at least 1.0 and the same-net spacing on Metal2 must be at least equal to the value of the technology parameter minsamenetspace1.
spacings( ( minSameNetSpacing "Poly1" 1.0
)
( minSameNetSpacing "Metal2"
techParam("minsamenetspace1")
)
) ;spacings
Return to top