minSpanLengthExtensionSpacing
orderedSpacings( ( minSpanLengthExtensionSpacingtx_metalLayertx_cutLayer'spanLengthf_spanLength'minLengthf_minLength'prlf_prl'edgeExtensionf_extensionf_spacing)
) ;orderedSpacings
(Virtuoso Advanced Node for Layout Only) Defines the spacing between a metal edge that encloses a via cut and a neighboring metal edge with which it shares the required parallel run length. The metal edge that encloses the via cut must satisfy the given spanLength and extension criteria. Additionally, both metal edges must satisfy the specified minLength criterion.

Values
Parameters
Example
The spacing between two neighboring Metal1 edges, one of which encloses a Via1 cut, must be greater than or equal to 0.07 if the following conditions are satisfied:
- Both metal edges are greater than 0.05 in length.
- The metal edge that encloses the via cut has span length greater than or equal to 0.1 and an extension of less than 0.01.
- The parallel run length between the two metal edges is greater than 0.03.
orderedSpacings( ( minSpanLengthExtensionSpacing "Metal1" "Via1" 'spanLength 0.1
'minLength 0.05
'prl 0.03
'edgeExtension 0.01
0.07
)
) ;orderedSpacings
Return to top