ignoreTermsWithNonRoutingLabels
layoutXL ignoreTermsWithNonRoutingLabels boolean { t | nil }
Description
Causes the following Layout XL commands to ignore instances of cells with missing terminals that have labels on non-routing layers:
Running XL-compliance checks on the cells with labels on non-routing layers results in ungenerated terminals.
GUI Equivalent
Examples
envGetVal("layoutXL" "ignoreTermsWithNonRoutingLabels")
envSetVal("layoutXL" "ignoreTermsWithNonRoutingLabels" 'boolean t)
envSetVal("layoutXL" "ignoreTermsWithNonRoutingLabels" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top