cornerEndOfLineKeepout
spacings( ( cornerEndOfLineKeepouttx_Layer'minWidthf_minWidth'eolSpacingg_eolSpacing'eolWithin (g_within1g_within2) (g_spacing1g_spacing2) )
) ;spacings
(Virtuoso Advanced Node for Layout Only) Specifies that the spacing between two facing end-of-lines fulfilling certain given conditions cannot be within the given spacing range values, measured in the orthogonal direction of the end-of-lines.

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The spacing range values, measured in the orthogonal direction of the end-of-lines. The spacing must not be greater than or equal to g_spacing1 or less than or equal to g_spacing2.
Type: Floating-point values specifying a |
|
Parameters
Example
Specifies the spacing between two facing end-of-lines as follows:
- The facing end-of-lines must have width less than 0.05.
- The spacing of the end-of-line to a neighbor wire with PRL greater than 0 to the end-of-line edge must be greater than 0.1.
- The facing end-of-lines must be greater than or equal to the range 0.08 to 0.12 and less than or equal to the range 0.06 to 0.09 in the direction of the end-of-lines.
spacings( (cornerEndOfLineKeepout “Metal1” 'minWidth 0.05
'eolSpacing 0.1
'eolWithin (0.08 0.12)
(0.06 0.09))
) ;spacings
Return to top