Skip to content

Commit a2cb477

Browse files
committed
Update variable name.
Signed-off-by: Keith Rothman <[email protected]>
1 parent ad3cdba commit a2cb477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/route_timing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ static void timing_driven_add_to_heap(const t_conn_cost_params cost_params,
21072107
//Pre-heap prune to keep the heap small, by not putting paths which are known to be
21082108
//sub-optimal (at this point in time) into the heap.
21092109
VTR_LOGV_DEBUG(f_router_debug, " Adding node %8d to heap from init route tree with cost %g (%s)\n",
2110-
next->index, new_next_total_cost, describe_rr_node(next->index).c_str());
2110+
next->index, new_total_cost, describe_rr_node(next->index).c_str());
21112111
add_to_heap(next);
21122112
++router_stats.heap_pushes;
21132113
} else {

0 commit comments

Comments
 (0)