Skip to content

Commit 21b7215

Browse files
make format
1 parent 4f88fed commit 21b7215

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

vpr/src/route/rr_graph_generation/rr_graph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,14 +1424,12 @@ static std::function<void(t_chan_width*)> alloc_and_load_rr_graph(RRGraphBuilder
14241424

14251425
VTR_LOGV(route_verbosity > 1, "CHAN->CHAN type edge count:%d\n", num_edges);
14261426

1427-
14281427
add_and_connect_non_3d_sg_links(rr_graph_builder,
14291428
sg_links, sg_node_indices,
14301429
chan_details_x, chan_details_y,
14311430
num_seg_types_x, num_edges);
14321431
VTR_LOGV(route_verbosity > 1, "Non-3D scatter-gather edge count:%d\n", num_edges);
14331432

1434-
14351433
num_edges = 0;
14361434
std::function<void(t_chan_width*)> update_chan_width = [](t_chan_width*) noexcept {};
14371435
if (clock_modeling == DEDICATED_NETWORK) {

vpr/src/route/rr_graph_generation/rr_graph_chan_chan_edges.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,4 +1165,4 @@ void add_chan_chan_edges(RRGraphBuilder& rr_graph_builder,
11651165
}
11661166
}
11671167
}
1168-
}
1168+
}

0 commit comments

Comments
 (0)