Ignore:
Timestamp:
Jan 27, 2015, 5:58:09 PM (9 years ago)
Author:
cfuguet
Message:

reconf: add unitary test for the segment migration mechanism in the
dspin router.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/dspin_router/caba/source/src/dspin_router.cpp

    r931 r934  
    195195        if (need_reroute(xdest, ydest, bhpos)) {
    196196            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
    197203            return recovery_direction;
    198204        }
Note: See TracChangeset for help on using the changeset viewer.