extractVerifyOpenViolations
layoutextractVerifyOpenViolations boolean {t|nil}
Description
Toggles the verification and display of open violations in the design.
This environment variable is considered only when extractVerifyOpenViolations is switched on.
To improve interactive performance for large designs or unrouted designs containing nets with a large number of instance terminals and terminals, use the
extractCellviewOpenViolationLimit and extractNetOpenViolationLimit environment variables. They are considered only when extractVerifyOpenViolations is set to t.GUI Equivalent
Examples
envGetVal("layout" "extractVerifyOpenViolations")
envSetVal("layout" "extractVerifyOpenViolations" 'boolean nil)
Related Topics
extractCellviewOpenViolationLimit
Return to top