Changeset 74 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Jan 30, 2008, 5:24:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Stat.h
r71 r74 56 56 counter_t * _cycle; 57 57 58 std::list<Stat *> * _list_stat; 59 60 bool _generate_file; 61 58 62 public : Stat (std::string name_instance, 59 63 std::string name_component, … … 90 94 private : void generate_file (void); 91 95 96 public : void add_stat (Stat * stat); 97 92 98 public : std::string print (uint32_t depth=0); 93 99 };
Note: See TracChangeset
for help on using the changeset viewer.