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_test_and_save.cpp

    r81 r124  
    99      {
    1010        eval_exprs(false); // evalue les expression non periodique au cycle
    11        
    12         for (std::map<std::string, var_t>::iterator i=_list_operand->begin();
    13              i!= _list_operand->end();
    14              ++i)
    15           {
    16             // save and reset !
    17             i->second.save_counter.push_back(*(i->second.counter));
    18             *(i->second.counter) = 0;
    19           }
     11
     12        reset (true);
    2013      }
    2114  }
Note: See TracChangeset for help on using the changeset viewer.