Ignore:
Timestamp:
Aug 26, 2014, 4:40:29 PM (10 years ago)
Author:
meunier
Message:

RWT Branch:

  • Renamed module caba:generic_cache_tsar to caba:generic_cache_tsar_rwt
  • Renamed module caba:dspin_dhccp_param to caba:dspin_rwt_param
  • cosmetic in generic_cache.h
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_rwt_param.h

    r768 r771  
    2727
    2828
    29 #ifndef DSPIN_DHCCP_PARAMS_H
    30 #define DSPIN_DHCCP_PARAMS_H
     29#ifndef DSPIN_RWT_PARAMS_H
     30#define DSPIN_RWT_PARAMS_H
    3131
    3232#include <inttypes.h>
     
    141141    case z: x |= ((y & z##_MASK) << z##_SHIFT);break
    142142
    143 class DspinDhccpParam
     143class DspinRwtParam
    144144{
    145145  public:
     
    405405        SET_FIELD(flit,value,BROADCAST_NLINE);
    406406
    407         default: assert(false && "Incorrect DHCCP DSPIN field");
     407        default: assert(false && "Incorrect RWT DSPIN field");
    408408      }
    409409    }
Note: See TracChangeset for help on using the changeset viewer.