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

    r136 r146  
    5555                          uint32_t              * dir_pht_nb_counter                  ,//[3]
    5656                          uint32_t              * dir_pht_size_address_share          ,//[3]
     57                          Tpht_scheme_t         * dir_pht_scheme                      ,//[3]
    5758                          uint32_t              * ras_size_queue                      ,
    5859                          uint32_t              * upt_size_queue                      ,
     
    104105        _dir_pht_nb_counter         [i] = dir_pht_nb_counter         [i];
    105106        _dir_pht_size_address_share [i] = dir_pht_size_address_share [i];
     107        _dir_pht_scheme             [i] = dir_pht_scheme             [i];
    106108      }
    107109    _ras_size_queue                      = ras_size_queue                      ;
     
    157159       _dir_pht_nb_counter                 ,
    158160       _dir_pht_size_address_share         ,
     161       _dir_pht_scheme                     ,
    159162       _ras_size_queue                     ,
    160163       _upt_size_queue                     ,
Note: See TracChangeset for help on using the changeset viewer.