weAutoTwigCheckerMode
we weAutoTwigCheckerMode cyclic { "enforce" | "notifyMinSpacing" | "notify" }
Description
Specifies the checker mode to be used for automatic twig generation.
-
enforcedoes not create twigs if doing so would result in DRC violations. -
notifyMinSpacingcreates a twig even if doing so results in aminSpacingviolation and displays a marker to highlight the violation. However, it does not generate twigs that would result in other types of DRCs violations. -
notifycreates twigs even if doing so results in any type of DRC violation and displays markers to highlight the violations. This mode is recommended to understand why the twigs are not created automatically.
GUI Equivalent
Examples
envGetVal("we" "weAutoTwigCheckerMode")
envSetVal("we" "weAutoTwigCheckerMode" 'cyclic "notify")
envSetVal("we" "weAutoTwigCheckerMode" 'cyclic "notifyMinSpacing")
Related Topics
Simulation-driven Interactive Routing Environment Variables
Return to top