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

voltageLabelMapping

spacings(
( voltageLabelMapping tx_layer
 'layer t_layer 
 'purpose t_purpose 
 [t_voltage]
)
) ;spacings

Specifies the layer and purpose for which voltage labels will be created.

Values

tx_layer

The voltage label is created on a shape on this layer on the net that is being labeled.

t_voltage

A label is created for nets based on the value specified for voltage. The valid values are maxVoltage and minVoltage.

If it is not specified, labels are created for all voltages.

Parameters

'layer t_layer

The layer on which the label will be created.

'purpose t_purpose

The purpose on which the label will be created.

Example

Labels showing minimum voltages on nets will be drawn on the layer-purpose pair Metal1 m1min.

spacings(
    ( voltageLabelMapping "Metal1" 
     'layer "Metal1" 
'purpose "m1min"
"minVoltage"
)
) ;spacings

Return to top
 ⠀
X