Ignore:
Timestamp:
Jul 19, 2013, 9:50:00 AM (11 years ago)
Author:
devigne
Message:

Rename dspin_dhccp_param into dspin_odccp_param

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::DspinDhccpParam',
    3            header_files = ['../source/include/dspin_dhccp_param.h',]
     1Module('caba:dspin_odccp_param',
     2           classname = 'soclib::caba::DspinOdccpParam',
     3           header_files = ['../source/include/dspin_odccp_param.h',]
    44)
  • branches/ODCCP/communication/dspin_odccp_param/caba/source/include/dspin_odccp_param.h

    r452 r453  
    11/* -*- c++ -*-
    2  * File         : dspin_dhccp_param.h
     2 * File         : dspin_odccp_param.h
    33 * Date         : 01/03/2013
    44 * Copyright    : UPMC / LIP6
    55 * Authors      : Cesar Fuguet
    6  *
     6 * mainteiners  : Clément Devigne
    77 * SOCLIB_LGPL_HEADER_BEGIN
    88 *
     
    2727
    2828
    29 #ifndef DSPIN_DHCCP_PARAMS_H
    30 #define DSPIN_DHCCP_PARAMS_H
     29#ifndef DSPIN_ODCCP_PARAMS_H
     30#define DSPIN_ODCCP_PARAMS_H
    3131
    3232#include <inttypes.h>
     
    3838 * L1 cache to Memory Cache command packets
    3939 *
    40  * CLEANUP
     40 * CLEANUP and N flits data if CLEANUP DATA
    4141 *
    4242 * flit 1
     
    136136    case z: x |= ((y & z##_MASK) << z##_SHIFT);break
    137137
    138 class DspinDhccpParam
     138class DspinOdccpParam
    139139{
    140140  public:
     
    335335        GET_FIELD(flit,BROADCAST_NLINE);
    336336
    337         default: assert(false && "Incorrect DHCCP DSPIN field");
     337        default: assert(false && "Incorrect ODCCP DSPIN field");
    338338      }
    339339    }
     
    376376        SET_FIELD(flit,value,BROADCAST_NLINE);
    377377
    378         default: assert(false && "Incorrect DHCCP DSPIN field");
     378        default: assert(false && "Incorrect ODCCP DSPIN field");
    379379      }
    380380    }
Note: See TracChangeset for help on using the changeset viewer.