We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38956b commit 5276017Copy full SHA for 5276017
vpr/src/route/route.cpp
@@ -442,7 +442,7 @@ bool route(const Netlist<>& net_list,
442
pres_fac *= router_opts.pres_fac_mult;
443
444
/* Set the maximum pres_fac to the value passed by the command line argument */
445
- pres_fac = update_draw_pres_fac(std::min(pres_fac, router_opts.pres_fac_mult));
+ pres_fac = update_draw_pres_fac(std::min(pres_fac, router_opts.max_pres_fac));
446
447
// Increase short path criticality if it's having a hard time resolving hold violations due to congestion
448
if (budgeting_inf.if_set()) {
0 commit comments