Changeset 57 for trunk/modules/vci_mem_cache_v3/caba/source/src
- Timestamp:
- Jun 18, 2010, 4:07:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache_v3/caba/source/src/vci_mem_cache_v3.cpp
r19 r57 892 892 entry.tag = r_read_tag.read(); 893 893 entry.lock = r_read_lock.read(); 894 entry.ptr = 0;894 entry.ptr = r_read_ptr.read(); 895 895 if(cached_read){ // Cached read, we update the copy 896 896 if(!is_cnt){ // Not counter mode
Note: See TracChangeset
for help on using the changeset viewer.