setup_checkDRCsAfterRouting
APR.stdcell.route setup_checkDRCsAfterRouting boolean { t | nil }
Description
Specifies whether to automatically run design rule checks after routing. When set to t, the design rule checks are run automatically.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "setup_checkDRCsAfterRouting")
envSetVal("APR.stdcell.route" "setup_checkDRCsAfterRouting" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top