Changeset 883
- Timestamp:
- Nov 12, 2014, 6:36:40 PM (10 years ago)
- Location:
- branches/reconfiguration/modules/dspin_router/caba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/dspin_router/caba/source/include/dspin_router.h
r877 r883 108 108 DspinInput<flit_width> *p_in; 109 109 DspinOutput<flit_width> *p_out; 110 111 sc_in<int> *p_blackhole_pos; 110 sc_in<uint32_t> *p_blackhole_pos; 112 111 113 112 // constructor / destructor -
branches/reconfiguration/modules/dspin_router/caba/source/src/dspin_router.cpp
r877 r883 116 116 } 117 117 118 if ( reconfigurable ) p_blackhole_pos = new sc_core::sc_in< int>;118 if ( reconfigurable ) p_blackhole_pos = new sc_core::sc_in<uint32_t>; 119 119 else p_blackhole_pos = NULL; 120 120 } // end constructor
Note: See TracChangeset
for help on using the changeset viewer.