minWireOverlap
orderedSpacings( ( minWireOverlaptx_layer1tx_layer2['sameDir] ['centerLine | 'sameWidth]f_overlap)
) ;orderedSpacings
spacingTables( ( minWireOverlaptx_layer1tx_layer2(( "width" nil nil ) ['sameDir] ['centerLine| 'sameWidth] [f_default] ) (g_table) )
) ;spacingTables
(Virtuoso Advanced Node for Layout Standard) Specifies the minimum overlap of a wire on layer1 and a wire on layer2 in the direction of length of the two wires.
The constraint applies only if the wires overlap in the same direction. Optionally, the constraint can restrict any overlap between the wires to be in the same direction.
Values
Parameters
|
The wires can overlap only if they are in the same direction. |
|
Examples
Example 1: minWireOverlap with sameDir and centerLine
Wires on Metal1 and Metal2 can overlap only if they are in the same direction. Additionally, they must satisfy a minimum overlap value of 1.5 and must be aligned on their centerlines.

Example 2: minWireOverlap with sameWidth
Wires on Metal1 and Metal2 must satisfy a minimum overlap value of 1.5. Additionally, they must have the same width and overlap exactly.

Return to top