modgenMakeMinDummies
layoutXL modgenMakeMinDummies boolean { t | nil }
Description
Determines the behavior of the Modgen when dummies are added to MOSFETs or resistors.
If true, the following happens when a neighbor dummy is added to a MOSFET:
- If the dummy’s location is on the right or left, a single finger device is created to serve as the dummy.
- If the dummy’s location is on the top or bottom, a minimum width device with the same number of fingers as the neighbor is created to serve as the dummy.
If true, the following happens when a neighbor dummy is added to a resistor:
- If the dummy’s location is on the right or left, a single segment device is created to serve as the dummy.
- If the dummy’s location is on the top or bottom, a minimum width device with the same number of segments as the neighbor is created to serve as the dummy.
In this case, the parameters for fingers (lxFingeringNames), width (transistorWidthParamNames), and s-factor (sfactorNames) are used to create the device.
If it is set to false, then the dummy is created as identical to the neighboring device (same number of fingers or segments).
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenMakeMinDummies")
envSetVal("layoutXL" "modgenMakeMinDummies" 'boolean nil)
Related Topics
Adding and Deleting Dummies in the Modgen Editor
Return to top