File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,8 @@ static void ShowRouterOpts(const t_router_opts& RouterOpts) {
369369 VTR_LOG (" RouterOpts.max_pres_fac: %f\n " , RouterOpts.max_pres_fac );
370370 VTR_LOG (" RouterOpts.max_router_iterations: %d\n " , RouterOpts.max_router_iterations );
371371 VTR_LOG (" RouterOpts.min_incremental_reroute_fanout: %d\n " , RouterOpts.min_incremental_reroute_fanout );
372+ VTR_LOG (" RouterOpts.initial_acc_cost_chan_congestion_threshold: %f\n " , RouterOpts.initial_acc_cost_chan_congestion_threshold );
373+ VTR_LOG (" RouterOpts.initial_acc_cost_chan_congestion_weight: %f\n " , RouterOpts.initial_acc_cost_chan_congestion_weight );
372374 VTR_LOG (" RouterOpts.do_check_rr_graph: %s\n " , RouterOpts.do_check_rr_graph ? " true" : " false" );
373375 VTR_LOG (" RouterOpts.verify_binary_search: %s\n " , RouterOpts.verify_binary_search ? " true" : " false" );
374376 VTR_LOG (" RouterOpts.min_channel_width_hint: %d\n " , RouterOpts.min_channel_width_hint );
You can’t perform that action at this time.
0 commit comments