bindSourceSkip
layoutXL bindSourceSkip string "lib cell view"
Description
Specifies the list of schematic library cellviews to ignore during a hierarchical Update Binding run.
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" "bindSourceSkip")
envSetVal("layoutXL" "bindSourceSkip" 'string "(lib1 inv1 sch\\*)"
envSetVal("layoutXL" "bindSourceSkip" 'string "(lib1 \\* \\*)")
envSetVal("layoutXL" "bindSourceSkip" 'string "(lib2 inv1 layout) (lib3 nand layout)")
Related Topics
List of Layout XL Environment Variables
Return to top