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/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Read_queue/src/Read_queue_transition.cpp

    r112 r117  
    6565
    6666            if(_param->_have_port_context_id   )
    67               entry->_context_id   = PORT_READ(in_READ_QUEUE_IN_CONTEXT_ID  );
     67            entry->_context_id   = PORT_READ(in_READ_QUEUE_IN_CONTEXT_ID  );
    6868            if(_param->_have_port_front_end_id )
    69               entry->_front_end_id = PORT_READ(in_READ_QUEUE_IN_FRONT_END_ID);
     69            entry->_front_end_id = PORT_READ(in_READ_QUEUE_IN_FRONT_END_ID);
    7070            if(_param->_have_port_ooo_engine_id)
    71               entry->_ooo_engine_id= PORT_READ(in_READ_QUEUE_IN_OOO_ENGINE_ID);
     71            entry->_ooo_engine_id= PORT_READ(in_READ_QUEUE_IN_OOO_ENGINE_ID);
    7272            if(_param->_have_port_rob_ptr      )
    73               entry->_rob_id       = PORT_READ(in_READ_QUEUE_IN_ROB_ID      );
     73            entry->_rob_id       = PORT_READ(in_READ_QUEUE_IN_ROB_ID      );
    7474            entry->_operation    = PORT_READ(in_READ_QUEUE_IN_OPERATION   );
    7575            entry->_type         = PORT_READ(in_READ_QUEUE_IN_TYPE        );
Note: See TracChangeset for help on using the changeset viewer.