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

layerThickness

spacings(
( layerThickness tx_layer 
 g_thicknessValue 
)
) ;spacings

Specifies the thickness of a layer.

Values

tx_layer

The layer to which the constraint is applied.

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

t_thicknessValue

The thickness of the specified layer.

Type: Float.

Example

The constraint sets a layer thickness of 0.04 to Metal1.

spacings(
    ( layerThickness "Metal1"
     0.04
)
) ;spacings

Return to top
 ⠀
X