Changeset 288 for trunk/modules/vci_cc_vcache_wrapper_v4/caba/source
- Timestamp:
- Jan 16, 2013, 1:48:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp
r285 r288 2091 2091 else // update the write_buffer state extension 2092 2092 { 2093 r_dcache_pending_unc_write = not r_dcache_p0_cacheable.read(); 2093 if(not r_dcache_pending_unc_write.read()) 2094 r_dcache_pending_unc_write = not r_dcache_p0_cacheable.read(); 2094 2095 2095 2096 // read directory to check local copy
Note: See TracChangeset
for help on using the changeset viewer.