bindSourceStop
layoutXL bindSourceStop string "lib cell view"
Description
Specifies the list of schematic library cellviews that the binder should consider as leaf-level instances to which to bind.
Once a specified schematic library cellview is reached, the binder stops looking beyond for any devices to bind.
When specifying the format for the library cellview, (
lib cell view), the lib, cell, and view names can contain the '\\*'wildcard.GUI Equivalent
Examples
envGetVal("layoutXL" "bindSourceStop")
envSetVal("layoutXL" "bindSourceStop" 'string "(XLME INV sch\\*)"
envSetVal("layoutXL" "bindSourceStop" 'string "(lib1 \\* \\*)")
envSetVal("layoutXL" "bindSourceStop" 'string "(lib2 inv1 layout) (lib3 nand layout)")
Related Topics
List of Layout XL Environment Variables
Return to top