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/src/Parameters.cpp

    r139 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 ,
     
    5357    _size_store_queue                  = size_store_queue                 ;
    5458    _size_load_queue                   = size_load_queue                  ;
     59    _speculative_commit_predictor_scheme = speculative_commit_predictor_scheme;
     60    _lsu_pht_size_counter                = lsu_pht_size_counter               ;
     61    _lsu_pht_nb_counter                  = lsu_pht_nb_counter                 ;
     62    _lsu_pht_scheme                      = lsu_pht_scheme                     ;
    5563    _nb_inst_memory                    = nb_inst_memory                   ;
    5664    _link_load_store_unit_with_thread  = link_load_store_unit_with_thread ;
     
    109117       _size_store_queue                ,
    110118       _size_load_queue                 ,
     119       _speculative_commit_predictor_scheme,
     120       _lsu_pht_size_counter               ,
     121       _lsu_pht_nb_counter                 ,
     122       _lsu_pht_scheme                     ,
    111123       _nb_inst_memory                  ,
    112124       _link_load_store_unit_with_thread,
Note: See TracChangeset for help on using the changeset viewer.