Product Documentation
Virtuoso Technology Data Constraints Reference
Product Version IC23.1, November 2023

maxTapSpacing

spacings(
( maxTapSpacing tx_layer 
 f_spacing 
)
) ;spacings

Specifies the maximum center-to-center spacing between two well ties (taps) inside a well on the specified layer. This constraint applies to cut or local interconnect layers.

Values

tx_layer

The layer on which the constraint is applied. The layer must be a cut or local interconnect layer.

Type: String (layer and purpose names) or Integer (layer number)

f_spacing

The center-to-center spacing between well ties must be less than or equal to this value.

Parameters

None

Example

The center-to-center spacing between two well ties inside a well on layer Nwell must be less than or equal to 1.5.

spacings(
    ( maxTapSpacing "Nwell" 
     1.5
)
) ;spacings

Return to top
 ⠀
X