foldOptimizeSupplyAndGroundNets
layoutXL foldOptimizeSupplyAndGroundNets boolean { t | nil }
Description
Updates folds to optimise any supply and ground nets to the outside of the folded chain when an even number of folds exists.
Optimizing the supply and ground nets to the outside of the folded chain can impact the original orientation and the left net. If the priority is to maintain these, the environment variable must be set to
nil.GUI Equivalents
Examples
envGetVal("layoutXL" "foldOptimizeSupplyAndGroundNets")
envSetVal("layoutXL" "foldOptimizeSupplyAndGroundNets" 'boolean t)
envSetVal("layoutXL" "foldOptimizeSupplyAndGroundNets" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top