File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
struct noc_router_id_tag ;
8
8
struct noc_link_id_tag ;
9
9
10
+ /** Datatype to index routers within the NoC */
10
11
typedef vtr ::StrongId < noc_router_id_tag , int > NocRouterId ;
12
+ /** Datatype to index links within the NoC */
11
13
typedef vtr ::StrongId < noc_link_id_tag , int > NocLinkId ;
12
14
13
15
// data type to index traffic flows within the noc
14
16
struct noc_traffic_flow_id_tag ;
15
17
18
+ /** Datatype to index traffic flows within the application */
16
19
typedef vtr ::StrongId < noc_traffic_flow_id_tag , int > NocTrafficFlowId ;
17
20
18
21
#endif
Original file line number Diff line number Diff line change 1
1
#ifndef NOC_LINK_H
2
2
#define NOC_LINK_H
3
3
4
- /*
4
+ /* *
5
5
* @file
6
6
* @brief This file defines the NocLink class.
7
7
*
Original file line number Diff line number Diff line change 1
1
#ifndef NOC_ROUTER_H
2
2
#define NOC_ROUTER_H
3
3
4
- /*
4
+ /* *
5
5
* @file
6
6
* @brief This file defines the NocRouter class.
7
7
*
You can’t perform that action at this time.
0 commit comments