There was an error while loading. Please reload this page.
1 parent de6c4c5 commit 484240eCopy full SHA for 484240e
1 file changed
vpr/src/route/route.cpp
@@ -98,7 +98,7 @@ bool route(const Netlist<>& net_list,
98
/*
99
* Configure the routing predictor
100
*/
101
- RoutingPredictor routing_predictor;
+ RoutingPredictor routing_predictor(router_opts.routing_predictor_min_history);
102
float abort_iteration_threshold = std::numeric_limits<float>::infinity(); //Default no early abort
103
if (router_opts.routing_failure_predictor == SAFE) {
104
abort_iteration_threshold = ROUTING_PREDICTOR_ITERATION_ABORT_FACTOR_SAFE * router_opts.max_router_iterations;
0 commit comments