Skip to content

Commit 6c845ff

Browse files
author
Muhammad Haris Zafar
committed
Replacing init_fan_in from respective .cpp/.h files
1 parent e5f8663 commit 6c845ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ static std::function<void(t_chan_width*)> alloc_and_load_rr_graph(RRGraphBuilder
12631263
};
12641264
}
12651265

1266-
L_rr_node.init_fan_in();
1266+
rr_graph_builder.init_fan_in();
12671267

12681268
return update_chan_width;
12691269
}

vpr/src/route/rr_graph_uxsdcxx_serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
15461546
void finish_load() final {
15471547
process_rr_node_indices();
15481548

1549-
rr_nodes_->init_fan_in();
1549+
rr_graph_builder_->init_fan_in();
15501550

15511551
alloc_and_load_rr_indexed_data(
15521552
segment_inf_,

0 commit comments

Comments
 (0)