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

    r139 r146  
    116116        DELETE1(_param->_nb_inst_issue                          ,_param->_nb_ooo_engine);
    117117        DELETE1(_param->_nb_rename_unit                         ,_param->_nb_ooo_engine);
     118        DELETE2(_param->_dir_pht_scheme                         ,_param->_nb_front_end,3);
    118119        DELETE2(_param->_dir_pht_size_address_share             ,_param->_nb_front_end,3);
    119120        DELETE2(_param->_dir_pht_nb_counter                     ,_param->_nb_front_end,3);
     
    138139        DELETE1(_param->_nb_cache_port                          ,_param->_nb_load_store_unit);
    139140        DELETE1(_param->_nb_bypass_memory                       ,_param->_nb_load_store_unit);
     141        DELETE2(_param->_lsu_pht_scheme                         ,_param->_nb_load_store_unit,1);
    140142        DELETE2(_param->_lsu_pht_nb_counter                     ,_param->_nb_load_store_unit,1);
    141143        DELETE2(_param->_lsu_pht_size_counter                   ,_param->_nb_load_store_unit,1);
Note: See TracChangeset for help on using the changeset viewer.