Skip to content

Commit 83a45d0

Browse files
committed
make format
1 parent 098e613 commit 83a45d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static void remove_dangling_chan_nodes(const DeviceGrid& grid,
346346
}
347347
}
348348
rr_nodes.remove_nodes(dangling_nodes);
349-
349+
350350
// After removing dangling chan nodes, we need to update the node lookup
351351
// since some nodes may have been removed, and the node ids have changed
352352
node_lookup.clear();

vpr/src/route/rr_graph_generation/tileable_rr_graph/tileable_rr_graph_edge_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void build_rr_graph_regular_edges(const RRGraphView& rr_graph,
325325
vtr::Point<size_t> gsb_range(grids.width() - 1, grids.height() - 1);
326326

327327
// Building CRR Graph
328-
std::unique_ptr<crrgenerator::CRRConnectionBuilder> crr_connection_builder;;
328+
std::unique_ptr<crrgenerator::CRRConnectionBuilder> crr_connection_builder;
329329
crrgenerator::SwitchBlockManager sb_manager;
330330
crrgenerator::NodeLookupManager node_lookup(rr_graph, grids.width(), grids.height());
331331
if (build_crr_edges) {

0 commit comments

Comments
 (0)