minSameNetSpacing (Two layers)
spacings( ( minSameNetSpacingtx_layer1tx_layer2 f_spacing)
) ;spacings
Specifies the minimum spacing between shapes on the same net, but on different layers.
This constraint is required if the same-net spacing is less than the different-net spacing specified by the minSpacing (Two layer) constraint or if vias on different layers follow special stacking rules.

Values
Parameters
Example
The same-net spacing between shapes on Metal1and Metal2 must be at least 1.0.
spacings( ( minSameNetSpacing "Metal1" "Metal2" 1.0
)
) ;spacings
Return to top