Ignore:
Timestamp:
Sep 14, 2015, 9:42:16 AM (9 years ago)
Author:
cfuguet
Message:

reconf: dspin_router

  • improve the code readability of the dspin_router model.
  • update the unitary tests of the dspin_router to support the local gateway hardware barrier, and the memory cache scratchpad mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/dspin_router/include/soclib/dspin_router_config.h

    r934 r1016  
    3030enum
    3131{
    32     REQ_NORTH   = 0,
    33     REQ_SOUTH   = 1,
    34     REQ_EAST    = 2,
    35     REQ_WEST    = 3,
    36     REQ_LOCAL   = 4,
    37     REQ_NOP     = 5,
     32    REQ_NORTH = 0,
     33    REQ_SOUTH = 1,
     34    REQ_EAST = 2,
     35    REQ_WEST = 3,
     36    REQ_LOCAL = 4,
     37    REQ_NOP = 5,
    3838};
    3939
     
    4141enum
    4242{
    43     BH_NONE = 0,
    44     BH_N = 1,
    45     BH_NE = 2,
    46     BH_E = 3,
    47     BH_SE = 4,
    48     BH_S = 5,
    49     BH_SW = 6,
    50     BH_W = 7,
    51     BH_NW = 8
     43    NORMAL = 0,
     44    N_OF_X = 1,
     45    NE_OF_X = 2,
     46    E_OF_X = 3,
     47    SE_OF_X = 4,
     48    S_OF_X = 5,
     49    SW_OF_X = 6,
     50    W_OF_X = 7,
     51    NW_OF_X = 8
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.