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

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/include
Files:
2 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,
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/include/Parameters.h

    r139 r146  
    8787  public : uint32_t             ** _lsu_pht_size_counter                          ;//[nb_load_store_unit][1]
    8888  public : uint32_t             ** _lsu_pht_nb_counter                            ;//[nb_load_store_unit][1]
     89  public : Tpht_scheme_t        ** _lsu_pht_scheme                                ;//[nb_load_store_unit][1]
    8990  public : uint32_t              * _nb_bypass_memory                              ;//[nb_load_store_unit]
    9091  public : uint32_t              * _nb_cache_port                                 ;//[nb_load_store_unit]
     
    126127  public : uint32_t             ** _dir_pht_nb_counter                            ;//[nb_front_end][3]
    127128  public : uint32_t             ** _dir_pht_size_address_share                    ;//[nb_front_end][3]
     129  public : Tpht_scheme_t        ** _dir_pht_scheme                                ;//[nb_front_end][3]
    128130 
    129131    // OOO_Engine
Note: See TracChangeset for help on using the changeset viewer.