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

    r145 r146  
    9898  err (_(" * dir_pht_nb_counter                      [nb_front_end][3]                            (uint32_t             )\n"));
    9999  err (_(" * dir_pht_size_address_share              [nb_front_end][3]                            (uint32_t             )\n"));
    100                                                                                                                         
     100  err (_(" * dir_pht_scheme                          [nb_front_end][3]                            (Tpht_scheme_t        )\n"));                                                                                           
    101101  err (_(" * nb_ooo_engine                                                                        (uint32_t             )\n"));
    102102  err (_(" * nb_rename_unit                          [nb_ooo_engine]                              (uint32_t             )\n"));
     
    272272  uint32_t             ** _dir_pht_nb_counter                            ;//[nb_front_end][3]
    273273  uint32_t             ** _dir_pht_size_address_share                    ;//[nb_front_end][3]
     274  Tpht_scheme_t        ** _dir_pht_scheme                                ;//[nb_front_end][3]
    274275
    275276  // OOO_Engine
     
    498499  SELFTEST2(_dir_pht_nb_counter                            ,uint32_t                ,argv,x,_nb_front_end,3);
    499500  SELFTEST2(_dir_pht_size_address_share                    ,uint32_t                ,argv,x,_nb_front_end,3);
     501  SELFTEST2(_dir_pht_scheme                                ,Tpht_scheme_t           ,argv,x,_nb_front_end,3);
    500502
    501503  // OOO_Engine
     
    713715         _dir_pht_nb_counter                            ,
    714716         _dir_pht_size_address_share                    ,
     717         _dir_pht_scheme                                ,
    715718
    716719         _nb_ooo_engine                                 ,
Note: See TracChangeset for help on using the changeset viewer.