Skip to content

Commit a08bc73

Browse files
author
Muhammad Haris Zafar
committed
Replacing api resize from respective .cpp/.h files
1 parent 43f2844 commit a08bc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ static void build_rr_graph(const t_graph_type graph_type,
579579
expected_node_count += ClockRRGraphBuilder::estimate_additional_nodes(grid);
580580
device_ctx.rr_graph_builder.reserve_nodes(expected_node_count);
581581
}
582-
device_ctx.rr_nodes.resize(num_rr_nodes);
582+
device_ctx.rr_graph_builder.resize_nodes(num_rr_nodes);
583583

584584
/* These are data structures used by the the unidir opin mapping. They are used
585585
* to spread connections evenly for each segment type among the available

0 commit comments

Comments
 (0)