Ignore:
Timestamp:
Apr 29, 2013, 3:33:52 PM (11 years ago)
Author:
haoliu
Message:

bug fix in dcache fsm:
in state DCACHE_MISS_CLEAN, we should use the victim nline for scan itlb and dtlb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp

    r369 r383  
    38863886        {
    38873887            r_dcache_in_tlb[way*m_dcache_sets+set] = false;
    3888             r_dcache_tlb_inval_line  = nline;
     3888            r_dcache_tlb_inval_line  = r_dcache_cc_send_nline;
    38893889            r_dcache_tlb_inval_set   = 0;
    38903890            r_dcache_fsm_scan_save   = DCACHE_MISS_WAIT;
Note: See TracChangeset for help on using the changeset viewer.