- Timestamp:
- Nov 22, 2013, 3:01:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/dspin_router_tsar/caba/source/include/dspin_router_tsar.h
r549 r578 28 28 29 29 //////////////////////////////////////////////////////////////////////////////// 30 // This component implements a variant of the standard (SocLib) 30 // This component implements a variant of the standard (SocLib) DSPIN router: 31 31 // The routing function has been modified to handle the special case of 32 32 // cluster_iob0 (containing component IOB0) and cluster_iob1 (containing … … 95 95 const size_t in_fifo_depth, // input fifo depth 96 96 const size_t out_fifo_depth, // output fifo depth 97 const size_t cluster_iob0,// cluster containing IOB098 const size_t cluster_iob1,// cluster containing IOB099 const size_t l_width, // local field width in first flit100 const size_t iob_local_id ); // IOB local index97 const bool is_iob0, // cluster containing IOB0 98 const bool is_iob1, // cluster containing IOB0 99 const bool is_rsp, // only response router is modified 100 const size_t l_width); // local srcid width 101 101 private: 102 102 … … 132 132 bool m_is_iob0; 133 133 bool m_is_iob1; 134 size_t m_iob_local_id;134 bool m_is_rsp; 135 135 136 136 // methods
Note: See TracChangeset
for help on using the changeset viewer.