extractCellviewOpenViolationLimit
layoutextractCellviewOpenViolationLimit intopenViolations
Description
Specifies the maximum number of open violations generated by the extractor for a particular cellview. Limiting the number can improve performance when you are editing either a large design or a net with a large number of instance terminals and terminals in an unrouted design.
This environment variable is considered only when
extractEnabled and extractVerifyOpenViolations are switched on.GUI Equivalent
Examples
envGetVal("layout" "extractCellviewOpenViolationLimit")
envSetVal("layout" "extractCellviewOpenViolationLimit" 'int 3000)
Related Topics
Return to top