foldIgnoreMfactor
layoutXL foldIgnoreMfactor boolean { t | nil }
Description
Ignores the schematic multiplication factor when generating folded devices and sets the transistor width to the effective width in the schematic.
The effective schematic width is derived as the product of the mfactor and the schematic gate width.
GUI Equivalents
|
Ignore mfactor (Generate Folded Devices Form) |
Examples
envGetVal("layoutXL" "foldIgnoreMfactor")
envSetVal("layoutXL" "foldIgnoreMfactor" 'boolean t)
envSetVal("layoutXL" "foldIgnoreMfactor" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top