Skip to content

Commit 6b39edc

Browse files
Add newline to 2D scatter-gather comment
1 parent 4573aa9 commit 6b39edc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpr/src/route/rr_graph_generation/rr_graph.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
#include "interposer_cut.h"
5151

52+
5253
//#define VERBOSE
5354
//used for getting the exact count of each edge type and printing it to std out.
5455

@@ -1678,7 +1679,8 @@ static std::function<void(t_chan_width*)> alloc_and_load_rr_graph(RRGraphBuilder
16781679
update_interposer_crossing_nodes_in_spatial_lookup_and_rr_graph_storage(rr_graph, grid, rr_graph_builder, sg_node_indices);
16791680
}
16801681

1681-
// Add 2D scatter-gather link edges (the nodes have already been created at this point). These links are mostly used for interposer-crossing connections, but could also be used for other things.
1682+
// Add 2D scatter-gather link edges (the nodes have already been created at this point).
1683+
// These links are mostly used for interposer-crossing connections, but could also be used for other things.
16821684
add_and_connect_non_3d_sg_links(rr_graph_builder, sg_links, sg_node_indices, chan_details_x, chan_details_y, num_seg_types_x, rr_edges_to_create);
16831685
uniquify_edges(rr_edges_to_create);
16841686
alloc_and_load_edges(rr_graph_builder, rr_edges_to_create);

0 commit comments

Comments
 (0)