Ignore:
Timestamp:
Mar 21, 2012, 12:43:18 PM (12 years ago)
Author:
bouyer
Message:

cache_monitor(): monitor the icache as well as the dcache
Add missing break for CLEANUP_INS_GO and CLEANUP_DATA_GO (this cause
the INS cleanup to be missed if one occurs one cycle after a DATA cleanup
is being sent)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/include/vci_cc_vcache_wrapper_v4.h

    r206 r211  
    274274    bool                                m_debug_ok;
    275275    bool                                m_debug_previous_hit;
     276    bool                                m_idebug_previous_hit;
    276277    bool                                m_debug_dcache_fsm;
    277278    bool                                m_debug_icache_fsm;
Note: See TracChangeset for help on using the changeset viewer.