Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

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

    r43 r53  
    2626
    2727    // Test if allors a new counters ...
    28     if ( ((_nb_statistics == 0) && (_period_current >= _parameters_statistics._nb_cycle_before_begin)) ||
    29          ((_nb_statistics >  0) && (_period_current >= _parameters_statistics._period_save          )) )
     28    if ( ((_nb_statistics == 0) && (_period_current >= _parameters_statistics->_nb_cycle_before_begin)) ||
     29         ((_nb_statistics >  0) && (_period_current >= _parameters_statistics->_period_save          )) )
    3030      {
    3131        save<Counters,Parameters_Counters>(counters,parameters);
Note: See TracChangeset for help on using the changeset viewer.