route_fixPostRouteDRCErrors
APR.stdcell.route route_fixPostRouteDRCErrors boolean { t | nil }
Description
Runs fix_errors command to resolve existing shorts and spacing violations after running the route_design command. The default is nil.
GUI Equivalent
Examples
envGetVal("APR.stdcell.route" "route_fixPostRouteDRCErrors")
envSetVal("APR.stdcell.route" "route_fixPostRouteDRCErrors" 'boolean t)
Related Topics
Standard Cell Placement and Routing Environment Variables
Return to top