Ignore:
Timestamp:
Sep 2, 2014, 6:25:53 PM (10 years ago)
Author:
meunier
Message:

MESI branch:

  • Cosmetic
  • Changing counters definitions and tags
  • Renaming dspin_dhccp_param to dspin_hmesi_param
Location:
branches/MESI/communication/dspin_dhccp_param/caba
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • branches/MESI/communication/dspin_dhccp_param/caba/metadata/dspin_hmesi_param.sd

    r784 r785  
    1 Module('caba:dspin_dhccp_param',
    2            classname = 'soclib::caba::DspinDhccpParam',
    3            header_files = ['../source/include/dspin_dhccp_param.h',]
     1Module('caba:dspin_hmesi_param',
     2           classname = 'soclib::caba::DspinHmesiParam',
     3           header_files = ['../source/include/dspin_hmesi_param.h',]
    44)
     5
  • branches/MESI/communication/dspin_dhccp_param/caba/source/include/dspin_hmesi_param.h

    r784 r785  
    11/* -*- c++ -*-
    2  * File         : dspin_dhccp_param.h
     2 * File         : dspin_hmesi_param.h
    33 * Date         : 01/03/2013
    44 * Copyright    : UPMC / LIP6
     
    2727
    2828
    29 #ifndef DSPIN_DHCCP_PARAMS_H
    30 #define DSPIN_DHCCP_PARAMS_H
     29#ifndef DSPIN_HMESI_PARAMS_H
     30#define DSPIN_HMESI_PARAMS_H
    3131
    3232#include <inttypes.h>
     
    141141    case z: x |= ((y & z##_MASK) << z##_SHIFT);break
    142142
    143 class DspinDhccpParam
     143class DspinHmesiParam
    144144{
    145145  public:
Note: See TracChangeset for help on using the changeset viewer.