layerProp
spacings( ( layerProptx_layer'propNamet_propNamet_propValue)
) ;spacings
Specifies a property and value for a LEF layer.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
|
The value of the specified property for the specified layer. |
Parameters
Example
The LEF58_SPACING property for layer Metal1 includes as its value the syntax for the SAMEMASK spacing.
spacings( ( layerProp "Metal1" 'propName "LEF58_SPACING"
"SPACING 0.2 SAMEMASK ;"
)
) ;spacings
Return to top