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/include/Stat.h

    r71 r74  
    5656      counter_t                    * _cycle;
    5757
     58      std::list<Stat *>            * _list_stat;
     59
     60      bool                           _generate_file;
     61
    5862    public :                     Stat            (std::string name_instance,
    5963                                                  std::string name_component,
     
    9094    private : void               generate_file   (void);
    9195
     96    public  : void               add_stat        (Stat * stat);
     97
    9298    public  : std::string        print           (uint32_t depth=0);
    9399    };
Note: See TracChangeset for help on using the changeset viewer.