@@ -328,6 +328,7 @@ static void ShowRouterOpts(const t_router_opts& RouterOpts) {
328
328
VTR_LOG (" RouterOpts.first_iter_pres_fac: %f\n " , RouterOpts.first_iter_pres_fac );
329
329
VTR_LOG (" RouterOpts.initial_pres_fac: %f\n " , RouterOpts.initial_pres_fac );
330
330
VTR_LOG (" RouterOpts.pres_fac_mult: %f\n " , RouterOpts.pres_fac_mult );
331
+ VTR_LOG (" RouterOpts.max_pres_fac: %f\n " , RouterOpts.max_pres_fac );
331
332
VTR_LOG (" RouterOpts.max_router_iterations: %d\n " , RouterOpts.max_router_iterations );
332
333
VTR_LOG (" RouterOpts.min_incremental_reroute_fanout: %d\n " , RouterOpts.min_incremental_reroute_fanout );
333
334
VTR_LOG (" RouterOpts.do_check_rr_graph: %s\n " , RouterOpts.do_check_rr_graph ? " true" : " false" );
@@ -473,6 +474,7 @@ static void ShowRouterOpts(const t_router_opts& RouterOpts) {
473
474
VTR_LOG (" RouterOpts.first_iter_pres_fac: %f\n " , RouterOpts.first_iter_pres_fac );
474
475
VTR_LOG (" RouterOpts.initial_pres_fac: %f\n " , RouterOpts.initial_pres_fac );
475
476
VTR_LOG (" RouterOpts.pres_fac_mult: %f\n " , RouterOpts.pres_fac_mult );
477
+ VTR_LOG (" RouterOpts.max_pres_fac: %f\n " , RouterOpts.max_pres_fac );
476
478
VTR_LOG (" RouterOpts.max_router_iterations: %d\n " , RouterOpts.max_router_iterations );
477
479
VTR_LOG (" RouterOpts.min_incremental_reroute_fanout: %d\n " , RouterOpts.min_incremental_reroute_fanout );
478
480
VTR_LOG (" RouterOpts.do_check_rr_graph: %s\n " , RouterOpts.do_check_rr_graph ? " true" : " false" );
0 commit comments