lxDeltaWidth
layoutXL lxDeltaWidth float floating_point_number
Description
Determines the effective width of folded transistors.
The effective total width is defined as
Weff = M (W + lxDeltaWidth)
Where M is the number of folds and W is the identical width of each transistor.
Arguments
|
A float specifying the effective width of folded transistors; for example, |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "lxDeltaWidth")
envSetVal("layoutXL" "lxDeltaWidth" 'float 1.0)
Related Topics
List of Layout XL Environment Variables
Return to top