Ignore:
Timestamp:
Aug 4, 2010, 10:09:03 PM (14 years ago)
Author:
rosiere
Message:

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/include/Commit_unit.h

    r141 r142  
    3535namespace morpheo {
    3636namespace behavioural {
    37 
    3837namespace core {
    3938namespace multi_ooo_engine {
     
    4140namespace commit_unit {
    4241
     42#ifdef STATISTICS
     43  typedef std::map<uint32_t,uint32_t> stat_inst_fusion_t;
     44#endif
    4345
    4446  class Commit_unit
     
    7173  public    : counter_t                     ** _stat_nb_cycle_state_event         ;//[nb_thread]
    7274  public    : counter_t                     ** _stat_nb_cycle_state_wait_end      ;//[nb_thread]
     75
     76// public    : uint32_t                       * _stat_last_inst                    ;//[nb_thread]
     77  public    : uint32_t                       * _stat_last_inst_type               ;//[nb_thread]
     78  public    : uint32_t                       * _stat_last_inst_operation          ;//[nb_thread]
     79  public    : stat_inst_fusion_t             * _stat_inst_fusion                  ;//[nb_thread]
    7380#endif
    7481
Note: See TracChangeset for help on using the changeset viewer.