Changeset 61


Ignore:
Timestamp:
Jul 5, 2010, 12:01:03 PM (14 years ago)
Author:
gao
Message:

Active caches

File:
1 edited

Legend:

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

    r60 r61  
    369369        dcache_tlb.reset();   
    370370
    371         r_mmu_mode = ALL_DEACTIVE;
     371        //r_mmu_mode = ALL_DEACTIVE;
     372        r_mmu_mode = 0x3;
    372373        r_mmu_params = (uint32_log2(m_dtlb_ways) << 29)   | (uint32_log2(m_dtlb_sets) << 25)   |
    373374                       (uint32_log2(m_dcache_ways) << 22) | (uint32_log2(m_dcache_sets) << 18) |
Note: See TracChangeset for help on using the changeset viewer.