Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

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

    r111 r117  
    2525        for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
    2626          {
    27             _priority_ooo_engine [i]->reset();
     27//          _priority_ooo_engine [i]->reset();
    2828            _priority_read_unit  [i]->reset();
    2929          }
     30        _priority_ooo_engine->reset();
     31 
    3032      }
    3133    else
     
    3436        for (uint32_t i=0; i<_param->_nb_execute_loop; ++i)
    3537          {
    36             _priority_ooo_engine [i]->transition();
     38//          _priority_ooo_engine [i]->transition();
    3739            _priority_read_unit  [i]->transition();
    3840          }
     41        _priority_ooo_engine->transition();
    3942      }
    4043
Note: See TracChangeset for help on using the changeset viewer.