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 8f7aa26 commit ff0a6cbCopy full SHA for ff0a6cb
vpr/src/route/rr_graph.cpp
@@ -761,9 +761,6 @@ void create_rr_graph(const t_graph_type graph_type,
761
mutable_device_ctx.rr_graph_is_flat = true;
762
}
763
764
- // Get better locations for SINK nodes
765
- set_sink_locs(device_ctx.rr_graph, mutable_device_ctx.rr_graph_builder, grid);
766
-
767
process_non_config_sets();
768
769
verify_rr_node_indices(grid,
@@ -1440,6 +1437,9 @@ static void build_rr_graph(const t_graph_type graph_type,
1440
1437
delete[] clb_to_clb_directs;
1441
1438
1442
1439
+ // Get better locations for SINK nodes
+ set_sink_locs(rr_graph, device_ctx.rr_graph_builder, grid);
+
1443
// We are done with building the RR Graph. Thus, we can clear the storages only used
1444
// to build the RR Graph
1445
device_ctx.rr_graph_builder.clear_temp_storage();
0 commit comments