Ignore:
Timestamp:
Feb 19, 2009, 5:31:47 PM (15 years ago)
Author:
rosiere
Message:

1) OOO_egine : add stat to depiste low perf source
2) Commit : add stat
3) LSU_Pointer : retire - always ack (else combinatory loop). insert - max nb_inst_memory
4) TopLevel? : add debug_idle_time to stop combinatory loop.
5) Issue_queue : add reexecute_queue, new implementation (routage after issue_queue)
6) Decod / Predictor : add "can_continue"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Load_store_unit/include/Load_store_unit.h

    r97 r110  
    6767  private   : counter_t                      * _stat_percent_use_load_queue;
    6868  private   : counter_t                      * _stat_percent_use_speculative_access_queue;
     69
     70  private   : counter_t                      * _stat_nb_inst_load;
     71  private   : counter_t                      * _stat_nb_inst_load_commit_speculative;
     72  private   : counter_t                      * _stat_nb_inst_load_commit_miss;
    6973
    7074//   private   : counter_t                      * _stat_nb_load_miss_speculation;
     
    226230
    227231#ifdef STATISTICS
    228   public  : void     statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
     232  public  : void     statistics_allocation     (morpheo::behavioural::Parameters_Statistics * param_statistics);
     233  public  : void     statistics_deallocation   (void);
    229234#endif
    230235                                               
Note: See TracChangeset for help on using the changeset viewer.