route_finishOverConstraints
APR.device.route route_finishOverConstraints boolean { t | nil }
Description
Enables the router to prefer finishing the routing of nets over considering the constraints. There maybe situations seen in some designs where some constraints may not be honored completely when the environment variable is set to t, which is the default.
GUI Equivalent
Examples
envGetVal("APR.device.route" "route_finishOverConstraints")
envSetVal("APR.device.route" "route_finishOverConstraints" 'boolean nil)
Related Topics
Routing Assistant User Interface for Device-Level Routing
Return to top