Ignore:
Timestamp:
Jun 17, 2009, 2:11:25 PM (15 years ago)
Author:
rosiere
Message:

1) Add test and configuration
2) Fix Bug
3) Add log file in load store unit
4) Fix Bug in environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Stat.cpp

    r81 r124  
    1919
    2020    _cycle         = create_variable("cycle");
     21//  _cycle         = create_counter("cycle","","");
    2122    *_cycle        = 0; // for the first period
    2223
     
    3940
    4041    _cycle         = create_variable("cycle");
     42//  _cycle         = create_counter("cycle","","");
    4143    *_cycle        = 0; // for the first period
    4244
Note: See TracChangeset for help on using the changeset viewer.