Changeset 333 for branches/v5/modules/vci_mem_cache_dspin_coherence/caba
- Timestamp:
- Mar 22, 2013, 5:40:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache_dspin_coherence/caba/source/src/vci_mem_cache_dspin_coherence.cpp
r331 r333 518 518 { 519 519 std::cout << " MEMC Write Monitor : " << buf << " Address = " << std::hex << addr 520 << " / Data = " << data << std::endl;520 << " / Data = " << data << " at cycle " << std::dec << m_cpt_cycles << std::endl; 521 521 } 522 522 } … … 4151 4151 // It must be freed and the copy registered in directory 4152 4152 // must point to the next copy in heap 4153 if(match_heap)4153 else if(match_heap) 4154 4154 { 4155 4155 dir_entry.ptr = heap_entry.next; … … 4164 4164 r_cleanup_fsm = CLEANUP_HEAP_FREE; 4165 4165 } 4166 4166 4167 // The matching copy is in the heap, but is not the first copy 4167 4168 // The directory entry must be modified to decrement count
Note: See TracChangeset
for help on using the changeset viewer.