- Timestamp:
- Jan 27, 2015, 5:58:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/dspin_router/caba/source/src/dspin_router.cpp
r931 r934 195 195 if (need_reroute(xdest, ydest, bhpos)) { 196 196 int recovery_direction = (p_recovery_cfg->read() >> 4) & 0xF; 197 198 #if SOCLIB_MODULE_DEBUG 199 std::cout << "<" << name() << "> reroute request to DIR = " 200 << recovery_direction << std::endl; 201 #endif 202 197 203 return recovery_direction; 198 204 }
Note: See TracChangeset
for help on using the changeset viewer.