Ignore:
Timestamp:
Jan 21, 2009, 10:53:13 PM (15 years ago)
Author:
rosiere
Message:

Fix Bug :
1) Load Store Unit : check big endian
2) Commit unit & RAT : add retire_event interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_genMoore.cpp

    r100 r104  
    143143        }
    144144
     145    // ===================================================================
     146    // =====[ RETIRE_EVENT ]==============================================
     147    // ===================================================================
     148    for (uint32_t i=0; i<_param->_nb_front_end; i++)
     149      for (uint32_t j=0; j<_param->_nb_context [i]; j++)
     150        PORT_WRITE(out_RETIRE_EVENT_STATE [i][j], reg_EVENT_STATE[i][j]);
    145151
    146152    log_end(Commit_unit,FUNCTION);
Note: See TracChangeset for help on using the changeset viewer.