bindCurrentLevel
layoutXL bindCurrentLevel boolean { t | nil }
Description
Binds the schematic and layout devices at the current level of hierarchy.
Binding at current layout is most suitable when your design is largely LVS clean or you have same-connectivity mosaics in your design. If your design reports mismatches after an LVS run or the design has different-connectivity mosaics, you must select hierarchical binding by setting the environment variable to
nil so that the hierarchical mismatches, if exist, are resolved and different-connectivity mosaics are first flattened before being bound.GUI Equivalent
Examples
envGetVal("layoutXL" "bindCurrentLevel")
envSetVal("layoutXL" "bindCurrentLevel" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top