minFiveWiresEndOfLineSpacing
orderedSpacings( ( minFiveWiresEndOfLineSpacingtx_metalLayertx_cutLayer'widthf_width'parallelEdgeSpacef_paraEdgeSpacing'distancef_eolWithin'enclosedDistancef_enclosedDistance'cutDistancef_cutWithin'prlf_prl'noMetalEolExtension (f_sideExtf_forwardExt)f_eolSpacing)
) ;orderedSpacings
(Virtuoso Advanced Node for Layout Only) Specifies that a wire must not overlap with the search region formed by eolWithin—measured along the end-of-line edge of the middle wire of a group of five wires—and eolSpacing—measured orthogonal to the end-of-line edge—provided the following conditions are true:
- Each wire in the group of five wires has width equal to width and each wire in the group is spaced paraEdgeSpacing apart, with common parallel run length greater than prl.
- The via cut enclosed by the middle wire is at a distance less than cutWithin from the group of five wires, the distance measured beyond the common parallel run length.
- The distance of the via cut from the end-of-line edge of the middle wire is less than enclosedDistance.
-
No wire completely overlaps the two search regions, including touching, formed by sideExt (measured along the end-of-line edge) and forwardExt (measured orthogonal to the end-of-line edge), in the orthogonal direction.

Values
Parameters
Example
A neighboring wire must not overlap a search region that extends 0.02 on either side of the end-of-line edge of the middle wire (of a set of five wires) and 0.1 in the direction orthogonal to it if all of the following conditions are true:
- The width of each wire in the set is 0.04 and the wires are spaced 0.04 apart, with common parallel run length greater than 0.14.
- The middle wire contains a via cut that is at a distance less than 0.03 from the end-of-line edge of the wire and at a distance less than 0.13 measured beyond the common parallel run length of the group of wires.
- No wire overlaps the search regions formed by the value pair (0.15, 0.08).
orderedSpacings( ( minFiveWiresEndOfLineSpacing "Metal3" "Via2" 'width 0.04
'parallelEdgeSpace 0.04
'distance 0.02
'enclosedDistance 0.03
'cutDistance 0.13
'prl 0.14
'noMetalEolExtension (0.15 0.08)
0.1
)
) ;orderedSpacings
Return to top