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_OOO_Engine/OOO_Engine/Rename_unit/Load_Store_pointer_unit/src/Parameters.cpp

    r110 r146  
    2727                          uint32_t  * size_store_queue                ,
    2828                          uint32_t  * size_load_queue                 ,
     29                          Tpredictor_t   * speculative_commit_predictor_scheme,//[nb_load_store_queue]
     30                          uint32_t      ** lsu_pht_size_counter               ,//[nb_load_store_queue][1]
     31                          uint32_t      ** lsu_pht_nb_counter                 ,//[nb_load_store_queue][1]
     32                          Tpht_scheme_t ** lsu_pht_scheme                     ,//[nb_load_store_queue][1]
    2933                          uint32_t  * nb_inst_memory                  ,
    3034                          uint32_t ** link_load_store_unit_with_thread,
     
    4145    _size_store_queue                 = size_store_queue                ;
    4246    _size_load_queue                  = size_load_queue                 ;
     47    _speculative_commit_predictor_scheme = speculative_commit_predictor_scheme;
     48    _lsu_pht_size_counter                = lsu_pht_size_counter               ;
     49    _lsu_pht_nb_counter                  = lsu_pht_nb_counter                 ;
     50    _lsu_pht_scheme                      = lsu_pht_scheme                     ;
    4351    _nb_inst_memory                   = nb_inst_memory                  ;
    4452    _link_load_store_unit_with_thread = link_load_store_unit_with_thread;
Note: See TracChangeset for help on using the changeset viewer.