checkExcludeCellViews
layoutXL checkExcludeCellViews string "name_of_the_cellviews"
Description
Specifies the cellviews to be excluded from the following checks:
- lxHierCheck
- lxHierCheckAgainstSource
- lxCheckLib
- lxHierUpdateComponentsAndNets
-
lxUpdateBinding (when run with
?allCellsInDesignset tot)
When specifying the format for the cellview, (
lib cell view), the lib, cell, and view names can contain the '\\*'wildcard.GUI Equivalent
Examples
envGetVal("layoutXL" "checkExcludeCellViews")
envSetVal("layoutXL" "checkExcludeCellViews" 'string "(CHK INV sch\\*)"
envSetVal("layoutXL" "checkExcludeCellViews" 'string "(lib1 \\* \\*)")
envSetVal("layoutXL" "checkExcludeCellViews" 'string "(lib2 inv1 layout) (lib3 nand layout)")
Related Topics
Design Check for Layout XL Compliance
List of Layout XL Environment Variables
Return to top