checkStrictFingers
layoutXL checkStrictFingers boolean { t | nil }
Description
Checks the number of fingers of an nmos or pmos layout device against the source and triggers the update of the associated schematic or layout devices, as appropriate.
- Check Against Source reports the differences in the total number of fingers, if a varying finger count is found between the schematic and the layout devices.
- Update Layout Parameters splits the number of fingers found on the schematic instances to evenly distribute them among the layout instances.
- Update Schematic Parameters updates the fingers of the schematic instance to match the total number of fingers on the layout instance.
For the
checkStrictFingers to be supported, ensure that the fingers parameter is not ignored for generation or check and that the parameter name is listed as supported by the lxFingeringNames environment variable.GUI Equivalent
Examples
envGetVal("layoutXL" "checkStrictFingers")
envSetVal("layoutXL" "checkStrictFingers" 'boolean t)
envSetVal("layoutXL" "checkStrictFingers" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top