Skip to content

Commit 1d881f9

Browse files
committed
[libs][rr_graph] fix a typo
1 parent 6102f58 commit 1d881f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/utils/alloc_and_load_rr_indexed_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ static void load_rr_indexed_data_T_values(const RRGraphView& rr_graph,
553553
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-
}all
556+
}
557557
VTR_ASSERT(num_switches > 0);
558558

559559
num_nodes_of_index[cost_index]++;

0 commit comments

Comments
 (0)