maxNumCorners
spacings( ( maxNumCornerstx_layer['allCorner | 'concaveCorner | 'convexCorner]x_count
) ;spacings
(Virtuoso Advanced Node for Layout Standard) Specifies the maximum number of corners allowed in an island.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Examples
The maximum number of concave corners allowed in a Metal1 island is 43.
spacings( ( maxNumCorners "Metal1" 'concaveCorner
43
)
) ;spacings
Return to top