sameMaskOnLayer
spacings(
( sameMaskOnLayer tx_layer
['mask1 | 'mask2 | 'mask3 | 'mask4]
)
) ;spacings
(Virtuoso Advanced Node for Layout Only) Specifies the mask type for all shapes owned by the net associated with this constraint on a layer.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
Parameters
|
All shapes on the specified layer must be of this mask type. |
|
Example
All shapes on layer Metal1 owned by the net for which the sameMaskOnLayer constraint is defined must be on mask1.
spacings( ( sameMaskOnLayer "Metal1" 'mask1
)
) ;spacings
Return to top