Skip to content

Commit a226ec0

Browse files
committed
fix a typo
1 parent 3402606 commit a226ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph_generation/tileable_rr_graph/crr_generator/crr_edge_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void build_crr_gsb_track_to_track_edges(RRGraphBuilder& rr_graph_builder,
6666
if (delay_ps == -1) {
6767
rr_switch_id = rr_node_driver_switches[connection.sink_node()];
6868
} else {
69-
rr_switch_id = find_or_create_crr_switch_id(delay_ps, segment_inf_x, segment_inf_y);
69+
rr_switch_id = find_or_create_crr_switch_id(delay_ps);
7070
}
7171
VTR_ASSERT(rr_switch_id != RRSwitchId::INVALID());
7272
rr_graph_builder.create_edge_in_cache(connection.src_node(), connection.sink_node(), rr_switch_id, false, connection.sw_template_id());

0 commit comments

Comments
 (0)