We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735b9e5 commit 7697cf8Copy full SHA for 7697cf8
vpr/src/route/rr_graph.cpp
@@ -1688,7 +1688,7 @@ void uniquify_edges(t_rr_edge_info_set& rr_edges_to_create) {
1688
}
1689
1690
void alloc_and_load_edges(RRGraphBuilder& rr_graph_builder, const t_rr_edge_info_set& rr_edges_to_create) {
1691
- rr_graph_builder.alloc_and_load_edges(&rr_edges_to_create);
+ rr_graph_builder.alloc_and_load_edges(&rr_edges_to_create);
1692
1693
1694
/* allocate pin to track map for each segment type individually and then combine into a single
0 commit comments