Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Core_Glue/src/Core_Glue_transition.cpp

    r118 r120  
    2424      {
    2525        for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
    26           {
    27 //          _priority_ooo_engine [i]->reset();
    28             _priority_read_unit  [i]->reset();
    29           }
     26          _priority_read_unit  [i]->reset();
    3027        _priority_ooo_engine->reset();
    31 
    32         reg_PRIORITY = 0;
    3328      }
    3429    else
     
    3631        // next priority
    3732        for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
    38           {
    39 //          _priority_ooo_engine [i]->transition();
    40             _priority_read_unit  [i]->transition();
    41           }
     33          _priority_read_unit  [i]->transition();
    4234        _priority_ooo_engine->transition();
    43 
    44         reg_PRIORITY ++;
    4535      }
    4636
Note: See TracChangeset for help on using the changeset viewer.