Ignore:
Timestamp:
Jan 30, 2008, 5:24:14 PM (16 years ago)
Author:
rosiere
Message:

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/include/Write_queue.h

    r73 r74  
    103103
    104104#ifdef STATISTICS
    105   private   : Stat                           * _stat;
     105  public    : Stat                           * _stat;
    106106
    107107  private   : counter_t                      * _stat_use_queue;
     
    216216#endif                                         
    217217#ifdef STATISTICS
    218   public  : void        statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
    219   public  : std::string statistics_print          (uint32_t depth);
     218  public  : void     statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
    220219#endif
    221220                                               
Note: See TracChangeset for help on using the changeset viewer.