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

minCenterToCenterSpacing

spacings(
( minCenterToCenterSpacing tx_cutLayer 
 f_spacing
)
) ;spacings

Specifies the minimum center-to-center spacing between shapes on a cut layer. In particular, this constraint is used to specify the spacing between adjacent via cuts.

Values

tx_cutLayer

The cut layer on which the constraint is applied.

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

f_spacing

The center-to-center spacing between cut shapes must be greater than or equal to this value.

Parameters

None

Example

The following center-to-center spacing must be satisfied between via cuts on a layer:

spacings(
    ( minCenterToCenterSpacing "Via1" 
     2.0
)
( minCenterToCenterSpacing "Via2"
techParam("mincenterspace1")
)
) ;spacings

Return to top
 ⠀
X