Ignore:
Timestamp:
Apr 20, 2009, 11:29:17 PM (15 years ago)
Author:
rosiere
Message:

1) Write queue with mealy
2) Network : fix bug
3) leak memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table/include/Update_Prediction_Table.h

    r112 r115  
    5353  public    : Stat                           * _stat;
    5454
    55   private   : counter_t                    *** _stat_nb_branch_hit            ; //[nb_context][MAX_BRANCH_CONDITION]
    56   private   : counter_t                    *** _stat_nb_branch_miss           ; //[nb_context][MAX_BRANCH_CONDITION]
    57   private   : counter_t                     ** _stat_nb_branch_unused         ; //[nb_context]
    58   private   : counter_t                     ** _stat_ufpt_queue_nb_elt        ; //[nb_context]
    59   private   : counter_t                     ** _stat_upt_queue_nb_elt         ; //[nb_context]
    60 
     55  private   : counter_t                    *** _stat_nb_branch_hit              ; //[nb_context][MAX_BRANCH_CONDITION]
     56  private   : counter_t                    *** _stat_nb_branch_miss             ; //[nb_context][MAX_BRANCH_CONDITION]
     57  private   : counter_t                     ** _stat_nb_branch_unused           ; //[nb_context]
     58  private   : counter_t                     ** _stat_ufpt_queue_nb_elt          ; //[nb_context]
     59  private   : counter_t                     ** _stat_upt_queue_nb_elt           ; //[nb_context]
     60
     61  private   : counter_t                     ** _stat_nb_branch_ifetch_prediction; //[nb_context]
     62  private   : counter_t                     ** _stat_nb_branch_accurate         ; //[nb_context]
    6163#endif
    6264
Note: See TracChangeset for help on using the changeset viewer.