You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string sg_name; ///< Name of the scatter-gather pattern to be used for the interdie connection
37
-
std::string sg_link; ///< Name of the scatter-gather link to be used for the interdie connection
36
+
std::string sg_name; ///< Name of the scatter-gather pattern to be used for the interdie connection
37
+
std::string sg_link; ///< Name of the scatter-gather link to be used for the interdie connection
38
38
/**
39
39
* @brief
40
40
* Contains starting and ending point (both inclusive) of scatter-gather instantiations and the increment/distance between the instantiations.
@@ -43,7 +43,7 @@ struct t_interdie_wire_inf {
43
43
* Locations defined by this offset definition define the starting point or the gathering point of the SG pattern. The end or scatter point of the SG pattern is defined by the sg_link.
44
44
*/
45
45
t_grid_loc_spec offset_definition;
46
-
int num; ///< Number of scatter-gather instantiations per switchblock location
46
+
int num; ///< Number of scatter-gather instantiations per switchblock location
const t_metadata_value* rr_edge_metadata(const RRGraphBuilder& rr_graph_builder, int src_node, int sink_node, short switch_id, vtr::interned_string key);
13
13
voidadd_rr_edge_metadata(MetadataStorage<std::tuple<int, int, short>>& rr_edge_metadata, int src_node, int sink_node, short switch_id, vtr::interned_string key, vtr::interned_string value);
14
-
voidadd_rr_edge_metadata(MetadataStorage<std::tuple<int, int, short>>& rr_edge_metadata, int src_node, int sink_node, short switch_id, vtr::string_view key, vtr::string_view value, const t_arch* arch);
14
+
voidadd_rr_edge_metadata(MetadataStorage<std::tuple<int, int, short>>& rr_edge_metadata, int src_node, int sink_node, short switch_id, std::string_view key, std::string_view value, const t_arch* arch);
0 commit comments