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/Configuration/include/Configuration.h

    r97 r146  
    3535
    3636  private : Parameters * _param;
     37#ifdef STATISTICS
    3738  private : morpheo::behavioural::Parameters_Statistics * _param_statistics;
    38 
     39#endif
    3940  private : Tusage_t                                      _usage;
    4041   
     
    5051  public   : Tusage_t                                      getUsage           (void);
    5152  public   : Parameters                                  * getParam           (void);
     53#ifdef STATISTICS
    5254  public   : morpheo::behavioural::Parameters_Statistics * getParamStatistics (void);
    53 
     55#endif
    5456  public   : void                 toFile         (std::string dirname=".");
    5557  public   : friend std::ostream& operator<<     (std::ostream& output,
Note: See TracChangeset for help on using the changeset viewer.