Ignore:
Timestamp:
Sep 3, 2013, 4:16:40 PM (11 years ago)
Author:
haoliu
Message:

bug fix in vci_cc_vcache_wrapper(RWT)
In DCACHE_CC_INVAL state, the ligne should be in the zombi state
when it is NCC and non dirty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RWT/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h

    r495 r513  
    636636    sc_signal<bool>                        r_dcache_llsc_valid;
    637637
     638   
     639    sc_signal<bool>                        r_cache_frozen;
     640
    638641    ////////////////////////////////
    639642    // Activity counters
     
    801804    void clear_stats();
    802805    void print_trace(size_t mode = 0);
     806    bool frozen();
    803807    void cache_monitor(paddr_t addr);
    804808    void start_monitor(paddr_t,paddr_t);
Note: See TracChangeset for help on using the changeset viewer.