preserve_routing_via_order
db.preserve_routing_via_order boolean { true | false }
Description
Specifies whether the router can select vias in the order specified by the list of valid routing vias (validRoutingVias or extendedValidRoutingVias) or selects vias from the list based on calculated costs (false).
GUI Equivalent
Examples
getvar db.preserve_routing_via_order
setvar db.preserve_routing_via_order true
Related Topics
Space-based Router Tcl Environment Variables
Return to top