maxCumAntenna
spacings( ( maxCumAntenna ['lowerLayertx_lowerLayer] ['upperLayertx_upperLayer] ['cutLayerOnly]f_area)
) ;spacings
(Virtuoso Advanced Node for Layout Standard) Specifies the maximum cumulative area of all layers that are not connected to the diffusion diode. Optionally, the constraint applies only to a layer range and not to all layers.
Values
|
The maximum cumulative area of all layers must be less than or equal to this value. |
Parameters
Example
The cumulative area of all layers from Metal4 to Metal 5 must be less than or equal to 20000.0.
spacings( ( maxCumAntenna 'lowerLayer "Metal4"
'upperLayer "Metal5"
20000.0
)
) ;spacings
Return to top