bindInitInstTerms
layoutXL bindInitInstTerms boolean { t | nil }
Description
Performs faster binder initialization and consumes much less memory compared to the regular binder initialization.
- The binder initialization gives the same binding as regular binding, if all the bound local nets have matching names.
- If a layout is saved with bound local nets that have mismatching names, the nets are unbound at the next launch of Layout XL and the instances they connect reflect connectivity differences.
To resolve the unbound instances, you can run Update Binding with Preserve –Existing bindings option selected or set the
bindInitInstTerms environment variable to t and relaunch Layout XL.GUI Equivalent
Examples
envGetVal("layoutXL" "bindInitInstTerms")
envSetVal("layoutXL" "bindInitInstTerms" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top