77#include " globals.h"
88
99void add_inter_die_3d_edges (RRGraphBuilder& rr_graph_builder,
10- int x_coord,
11- int y_coord,
12- const t_chan_details& chan_details_x,
13- const t_chan_details& chan_details_y,
14- const std::vector<t_bottleneck_link>& interdie_3d_links,
15- t_rr_edge_info_set& interdie_3d_rr_edges_to_create) {
10+ int x_coord,
11+ int y_coord,
12+ const t_chan_details& chan_details_x,
13+ const t_chan_details& chan_details_y,
14+ const std::vector<t_bottleneck_link>& interdie_3d_links,
15+ t_rr_edge_info_set& interdie_3d_rr_edges_to_create) {
1616
1717 const RRSpatialLookup& node_lookup = rr_graph_builder.node_lookup ();
1818 const int num_tracks = interdie_3d_links.size ();
@@ -45,10 +45,10 @@ void add_inter_die_3d_edges(RRGraphBuilder& rr_graph_builder,
4545}
4646
4747void build_inter_die_3d_rr_chan (RRGraphBuilder& rr_graph_builder,
48- int x_coord,
49- int y_coord,
50- const std::vector<t_bottleneck_link>& interdie_3d_links,
51- int const_index_offset) {
48+ int x_coord,
49+ int y_coord,
50+ const std::vector<t_bottleneck_link>& interdie_3d_links,
51+ int const_index_offset) {
5252 auto & mutable_device_ctx = g_vpr_ctx.mutable_device ();
5353
5454 // 3D connections within the switch blocks use some CHANZ nodes to allow a single 3D connection to be driven
@@ -98,4 +98,4 @@ void build_inter_die_3d_rr_chan(RRGraphBuilder& rr_graph_builder,
9898 rr_graph_builder.set_node_direction (node, Direction::DEC);
9999 }
100100 }
101- }
101+ }
0 commit comments