Ignore:
Timestamp:
May 25, 2009, 7:40:26 PM (15 years ago)
Author:
rosiere
Message:

1) Prediction unit : static prediction not blocking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Front_end_Glue/src/Front_end_Glue.cpp

    r108 r119  
    147147                      << (*( in_EVENT_CONTEXT_STATE_ADDRESS_NEXT_VAL [i]))
    148148                      << (*( in_EVENT_CONTEXT_STATE_IS_DS_TAKE       [i]))
    149                       << (*( in_EVENT_CONTEXT_STATE_TYPE             [i]));
     149                      << (*( in_EVENT_CONTEXT_STATE_TYPE             [i]))
     150                      << (*( in_EVENT_CONTEXT_STATE_FLUSH_ONLY       [i]))
     151              ;
    150152            if (_param->_have_port_depth)
    151153            sensitive << (*( in_EVENT_CONTEXT_STATE_DEPTH            [i]));
Note: See TracChangeset for help on using the changeset viewer.