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

layerDefaultColor

spacings(
( layerDefaultColor tx_layerName tx_color
)
) ;spacings

(Virtuoso Advanced Node for Layout Standard) Sets the default mask color for all purposes of a layer.

Values

tx_layerName

Name of the layer on which the constraint is applied.

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

tx_color

Default mask color for the layer.

Valid values: gray, mask1, mask2, mask3, and mask4

Parameters

None

Example

The default mask color for layer Metal1 is mask1.

spacings(
    ( layerDefaultColor "Metal1" 
     "mask1"
)
) ;spacings

Return to top
 ⠀
X