Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/TopLevel/src/Morpheo_configuration.cpp

    r136 r138  
    7676
    7777       param->_nb_read_bloc                                  ,
     78       param->_nb_inst_read                                  ,
    7879       param->_size_read_queue                               ,
    7980       param->_size_reservation_station                      ,
     
    8182
    8283       param->_nb_write_bloc                                 ,
     84       param->_nb_inst_write                                 ,
    8385       param->_size_write_queue                              ,
    8486       param->_size_execute_queue                            ,
     
    9092       param->_size_load_queue                               ,
    9193       param->_size_speculative_access_queue                 ,
     94       param->_nb_store_queue_bank                           ,
     95       param->_nb_load_queue_bank                            ,
    9296       param->_nb_port_check                                 ,
    9397       param->_speculative_load                              ,
     98       param->_speculative_commit_predictor_scheme           ,
     99       param->_lsu_pht_size_counter                          ,
     100       param->_lsu_pht_nb_counter                            ,
    94101       param->_nb_bypass_memory                              ,
    95102       param->_nb_cache_port                                 ,
     
    129136       param->_nb_ooo_engine                                 ,
    130137       param->_nb_rename_unit                                ,
    131        param->_nb_inst_issue                                 ,
     138//     param->_nb_inst_issue                                 , // nb_inst_issue_slot
    132139       param->_nb_inst_reexecute                             ,
    133140       param->_nb_inst_commit                                ,
     
    137144       param->_size_re_order_buffer                          ,
    138145       param->_nb_re_order_buffer_bank                       ,
     146       param->_retire_ooo_scheme                             ,
    139147       param->_commit_priority                               ,
    140148       param->_commit_load_balancing                         ,
     
    145153       param->_issue_load_balancing                          ,
    146154       param->_size_reexecute_queue                          ,
    147        param->_reexecute_priority                            ,
    148        param->_reexecute_load_balancing                      ,
    149155
    150156       param->_nb_execute_loop                               ,
     
    170176       param->_link_decod_bloc_with_thread                   ,
    171177       param->_link_rename_bloc_with_front_end               ,
    172        param->_table_dispatch                                ,
    173        param->_link_read_bloc_and_load_store_unit            ,
     178//     param->_table_dispatch                                ,
     179       param->_link_read_bloc_with_load_store_unit           ,
    174180       param->_link_read_bloc_and_functionnal_unit           ,
    175        param->_link_write_bloc_and_load_store_unit           ,
     181       param->_link_write_bloc_with_load_store_unit          ,
    176182       param->_link_write_bloc_and_functionnal_unit          ,
    177183       param->_link_load_store_unit_with_thread              ,
Note: See TracChangeset for help on using the changeset viewer.