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/Context_State/src/Context_State_genMoore.cpp

    r111 r119  
    5050        Tevent_type_t type                         ;//[nb_context]
    5151        Tdepth_t      depth            = reg_EVENT_DEPTH [i];
     52        Tcontrol_t    flush_only       = reg_EVENT_FLUSH_ONLY [i];
    5253
    5354        switch (state)
     
    7475        if (_param->_have_port_depth)
    7576        PORT_WRITE(out_EVENT_DEPTH            [i], depth);
     77        PORT_WRITE(out_EVENT_FLUSH_ONLY       [i], flush_only);
    7678
    7779        log_printf(TRACE,Context_State,FUNCTION,"  * EVENT Context      : %d", i);
     
    8385        log_printf(TRACE,Context_State,FUNCTION,"    * TYPE             : %d", type);
    8486        log_printf(TRACE,Context_State,FUNCTION,"    * DEPTH            : %d", depth);
     87        log_printf(TRACE,Context_State,FUNCTION,"    * FLUSH_ONLY       : %d", flush_only);
    8588      }
    8689
Note: See TracChangeset for help on using the changeset viewer.