minStitchOverlap
spacings( ( minStitchOverlaptx_layer['all | 'endToEnd | 'endToSide | 'endToAny | 'sideToSide] ['eolWidthf_eolWidth] ['widthf_width['otherWidthf_otherWidth]] (f_overlapValue) )
) ;spacings
(Virtuoso Advanced Node for Layout Standard) Specifies the minimum overlap between two shapes on the same layer, but on two different masks.
The figure below illustrates four different types of overlaps that can occur. Overlap type "all" includes all other overlap types; overlap type "endToAny" includes both "endToEnd" and "endToSide".

Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The overlap between the two shapes must be greater than or equal to this value. |
Parameters
Examples
- Example 1: minStitchOverlap with endToSide and eolWidth
- Example 2: minStitchOverlap with endToEnd and eolWidth
Example 1: minStitchOverlap with endToSide and eolWidth
The end-to-side overlap between a Metal1 end-of-line edge less than 0.022 wide and a Metal1 side on different masks must be at least 0.04.

Example 2: minStitchOverlap with endToEnd and eolWidth
The end-to-end overlap between two Metal1 end-of-line edges less than 0.022 wide on different masks must be at least 0.04.

Return to top