Changeset 771 for branches/RWT/communication/dspin_dhccp_param/caba/source
- Timestamp:
- Aug 26, 2014, 4:40:29 PM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_rwt_param.h
r768 r771 27 27 28 28 29 #ifndef DSPIN_ DHCCP_PARAMS_H30 #define DSPIN_ DHCCP_PARAMS_H29 #ifndef DSPIN_RWT_PARAMS_H 30 #define DSPIN_RWT_PARAMS_H 31 31 32 32 #include <inttypes.h> … … 141 141 case z: x |= ((y & z##_MASK) << z##_SHIFT);break 142 142 143 class Dspin DhccpParam143 class DspinRwtParam 144 144 { 145 145 public: … … 405 405 SET_FIELD(flit,value,BROADCAST_NLINE); 406 406 407 default: assert(false && "Incorrect DHCCPDSPIN field");407 default: assert(false && "Incorrect RWT DSPIN field"); 408 408 } 409 409 }
Note: See TracChangeset
for help on using the changeset viewer.