foldFingerSplitUseSchWidth
layoutXL foldFingerSplitUseSchWidth boolean { t | nil}
Description
Specifies how the width of each fold is calculated when folding multi-fingered devices or transistors in order to split fingers. Folding creates a new device for each fold by setting the Fingers parameter to 1. If set to t, the width of the schematic instance is divided by the number of fingers and the calculated number is applied to the width of each new device created. If set to nil, the width of each new device relies on the fingers callback of the PDK to set the correct width. The default is nil.
GUI Equivalent
Examples
envGetVal("layoutXL" "foldFingerSplitUseSchWidth")
envSetVal("layoutXL" "foldFingerSplitUseSchWidth" 'boolean t)
envSetVal("layoutXL" "foldFingerSplitUseSchWidth" 'boolean nil)
Related topics
Folding a Multi-fingered Device to Create Split Fingers
List of Layout XL Environment Variables
Return to top