Ignore:
Timestamp:
Feb 1, 2011, 9:57:54 PM (13 years ago)
Author:
rosiere
Message:

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Stat_type.h

    r144 r146  
    1 #ifdef STATISTICS
    21#ifndef morpheo_behavioural_Stat_type_h
    32#define morpheo_behavioural_Stat_type_h
     
    1211namespace behavioural {
    1312
    14   typedef enum{TYPE_VARIABLE, TYPE_COUNTER} counter_type_t;
    15 
    1613  typedef double counter_t ;
    1714
    1815  typedef enum{add, sub, mul, div, inc, dec} operator_t;
     16
     17#ifdef STATISTICS
     18
     19  typedef enum{TYPE_VARIABLE, TYPE_COUNTER} counter_type_t;
    1920
    2021//typedef std::pair<operator_t, std::string> pair_operator_string_t;
     
    7980  };
    8081
     82#endif
     83
    8184};
    8285};
    8386#endif
    84 #endif
Note: See TracChangeset for help on using the changeset viewer.