chainDummyFlexBothEndNets
layoutXL chainDummyFlexBothEndNets boolean { t | nil }
Description
Ensures that dummy instances can change their nets on both sides during interactive chaining to support abutment on both sides.
When set to nil, dummy instances can change their net on only one side.
GUI Equivalent
Examples
envGetVal("layoutXL" "chainDummyFlexBothEndNets")
envSetVal("layoutXL" "chainDummyFlexBothEndNets" 'boolean t)
envSetVal("layoutXL" "chainDummyFlexBothEndNets" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top