LEF_SHRINKAGE
spacings(
( LEF_SHRINKAGE tx_layer
f_dist
)
) ;spacings
Specifies the value to account for the shrinkage of interconnect wiring due to the etching process. Wire widths are determined by subtracting this constant value.
Values
|
The layer on which the constraint is applied. Type: String (layer and purpose names) or Integer (layer number) |
|
Parameters
Example
The shrinkage for Metal1 is 0.0001.
spacings( ( LEF_SHRINKAGE "Metal1" 0.0001
)
) ;spacings
Return to top