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

    r136 r146  
    7171  public : uint32_t                _dir_pht_nb_counter         [3]       ;
    7272  public : uint32_t                _dir_pht_size_address_share [3]       ;
     73  public : Tpht_scheme_t           _dir_pht_scheme             [3]       ;
    7374  public : uint32_t              * _ras_size_queue                       ;//[nb_context]
    7475  public : uint32_t              * _upt_size_queue                       ;//[nb_context]
     
    144145                        uint32_t              * dir_pht_nb_counter                  ,//[3]
    145146                        uint32_t              * dir_pht_size_address_share          ,//[3]
     147                        Tpht_scheme_t         * dir_pht_scheme                      ,//[3]
    146148                        uint32_t              * ras_size_queue                      ,
    147149                        uint32_t              * upt_size_queue                      ,
Note: See TracChangeset for help on using the changeset viewer.