Skip to content

Commit 816fb0a

Browse files
committed
[libs][librrgraph] fix debugging mesg
1 parent f6eff4e commit 816fb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/librrgraph/src/utils/alloc_and_load_rr_indexed_data.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,10 @@ static void load_rr_indexed_data_T_values(const RRGraphView& rr_graph,
550550
calculate_average_switch(rr_graph, (size_t)rr_id, avg_switch_R, avg_switch_T, avg_switch_Cinternal, num_switches, buffered, fan_in_list);
551551

552552
if (num_switches == 0) {
553-
VTR_LOG_WARN("Node: %d with RR_type: %s at Location:%s, had no out-going switches\n", rr_id,
553+
VTR_LOG_WARN("Node: %d with RR_type: %s at Location:%s, had no incoming switches\n", rr_id,
554554
rr_graph.node_type_string(rr_id), node_cords.c_str());
555555
continue;
556-
}
556+
}all
557557
VTR_ASSERT(num_switches > 0);
558558

559559
num_nodes_of_index[cost_index]++;

0 commit comments

Comments
 (0)