Changeset 453 for branches/ODCCP/communication/dspin_odccp_param
- Timestamp:
- Jul 19, 2013, 9:50:00 AM (11 years ago)
- Location:
- branches/ODCCP/communication/dspin_odccp_param/caba
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/ODCCP/communication/dspin_odccp_param/caba/metadata/dspin_odccp_param.sd
r452 r453 1 Module('caba:dspin_ dhccp_param',2 classname = 'soclib::caba::Dspin DhccpParam',3 header_files = ['../source/include/dspin_ dhccp_param.h',]1 Module('caba:dspin_odccp_param', 2 classname = 'soclib::caba::DspinOdccpParam', 3 header_files = ['../source/include/dspin_odccp_param.h',] 4 4 ) -
branches/ODCCP/communication/dspin_odccp_param/caba/source/include/dspin_odccp_param.h
r452 r453 1 1 /* -*- c++ -*- 2 * File : dspin_ dhccp_param.h2 * File : dspin_odccp_param.h 3 3 * Date : 01/03/2013 4 4 * Copyright : UPMC / LIP6 5 5 * Authors : Cesar Fuguet 6 * 6 * mainteiners : Clément Devigne 7 7 * SOCLIB_LGPL_HEADER_BEGIN 8 8 * … … 27 27 28 28 29 #ifndef DSPIN_ DHCCP_PARAMS_H30 #define DSPIN_ DHCCP_PARAMS_H29 #ifndef DSPIN_ODCCP_PARAMS_H 30 #define DSPIN_ODCCP_PARAMS_H 31 31 32 32 #include <inttypes.h> … … 38 38 * L1 cache to Memory Cache command packets 39 39 * 40 * CLEANUP 40 * CLEANUP and N flits data if CLEANUP DATA 41 41 * 42 42 * flit 1 … … 136 136 case z: x |= ((y & z##_MASK) << z##_SHIFT);break 137 137 138 class Dspin DhccpParam138 class DspinOdccpParam 139 139 { 140 140 public: … … 335 335 GET_FIELD(flit,BROADCAST_NLINE); 336 336 337 default: assert(false && "Incorrect DHCCP DSPIN field");337 default: assert(false && "Incorrect ODCCP DSPIN field"); 338 338 } 339 339 } … … 376 376 SET_FIELD(flit,value,BROADCAST_NLINE); 377 377 378 default: assert(false && "Incorrect DHCCP DSPIN field");378 default: assert(false && "Incorrect ODCCP DSPIN field"); 379 379 } 380 380 }
Note: See TracChangeset
for help on using the changeset viewer.