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

LEF_EDGECAPACITANCE

spacings(
( LEF_EDGECAPACITANCE tx_layer
 f_edgeCap
)
) ;spacings

Specifies a floating-point value of peripheral capacitance, in picofarads per micron. The place-and-route tool uses this value in these situations:

Values

tx_layer

The layer on which the constraint is applied.

Type: String (layer and purpose names) or Integer (layer number)

f_edgeCap

The required edge capacitance.

Parameters

None.

Example

The edge capacitance on Metal1 is 0.0000883.

spacings(
    ( LEF_EDGECAPACITANCE "Metal1"  
     0.0000883 
)
) ;spacings

Return to top
 ⠀
X