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/Core/Multi_Execute_loop/Execute_loop/include/Parameters.h

    r138 r146  
    5959  public : Tspeculative_load_t * _speculative_load                              ; //[nb_load_store_unit]
    6060  public : Tpredictor_t        * _speculative_commit_predictor_scheme           ; //[nb_load_store_unit]
    61   public : uint32_t           ** _lsu_pht_size_counter                          ; //[nb_load_store_unit][1]
    62   public : uint32_t           ** _lsu_pht_nb_counter                            ; //[nb_load_store_unit][1]
     61  /* public : uint32_t           ** _lsu_pht_size_counter                          ; //[nb_load_store_unit][1] */
     62  /* public : uint32_t           ** _lsu_pht_nb_counter                            ; //[nb_load_store_unit][1] */
    6363  public : uint32_t            * _nb_bypass_memory                              ; //[nb_load_store_unit]
    6464  public : uint32_t            * _nb_cache_port                                 ; //[nb_load_store_unit]
     
    182182                        Tspeculative_load_t * speculative_load                              ,//[nb_load_store_unit]
    183183                        Tpredictor_t        * speculative_commit_predictor_scheme           ,//[nb_load_store_unit]
    184                         uint32_t           ** lsu_pht_size_counter                          ,//[nb_load_store_unit][1]
    185                         uint32_t           ** lsu_pht_nb_counter                            ,//[nb_load_store_unit][1]
     184                        /* uint32_t           ** lsu_pht_size_counter                          ,//[nb_load_store_unit][1] */
     185                        /* uint32_t           ** lsu_pht_nb_counter                            ,//[nb_load_store_unit][1] */
    186186                        uint32_t            * nb_bypass_memory                              ,//[nb_load_store_unit]
    187187                        uint32_t            * nb_cache_port                                 ,//[nb_load_store_unit]
Note: See TracChangeset for help on using the changeset viewer.