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/Common/src/Debug.cpp

    r109 r110  
    1616double            debug_cycle_start;
    1717double            debug_cycle_stop ;
    18 double            debug_cycle_idle;
     18double            debug_idle_cycle ;
     19uint32_t          debug_idle_time  ;
    1920
    2021#undef  FUNCTION
     
    3738                 double            cycle_start,
    3839                 double            cycle_stop ,
    39                  double            cycle_idle)
     40                 double            idle_cycle ,
     41                 uint32_t          idle_time  )
    4042{
    4143  if (not debug_initialized)
     
    5355# endif
    5456#endif
    55       debug_cycle_idle = cycle_idle;
     57      debug_idle_cycle = idle_cycle;
     58      debug_idle_time  = idle_time ;
    5659
    5760      debug_initialized = true;
Note: See TracChangeset for help on using the changeset viewer.