Changeset 934 for branches/reconfiguration/modules/dspin_router/include
- Timestamp:
- Jan 27, 2015, 5:58:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/dspin_router/include/soclib/dspin_router_config.h
r886 r934 27 27 #define DSPIN_ROUTER_CONFIG_H 28 28 29 // Port indexing 30 enum 31 { 32 REQ_NORTH = 0, 33 REQ_SOUTH = 1, 34 REQ_EAST = 2, 35 REQ_WEST = 3, 36 REQ_LOCAL = 4, 37 REQ_NOP = 5, 38 }; 39 29 40 // Black-Hole position 30 41 enum
Note: See TracChangeset
for help on using the changeset viewer.