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/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.