Ignore:
Timestamp:
Mar 22, 2013, 5:40:44 PM (11 years ago)
Author:
joannou
Message:
  • In vci_cc_vcache_wrapper_dspin_coherence : initializing update_last_client var in CC_SEND_IDLE
  • In vci_mem_cache_dspin_coherence : added missing else in CLEANUP_HEAP_LOCK_STATE
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  
    518518  {
    519519    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;
    521521  }
    522522}
     
    41514151      // It must be freed and the copy registered in directory
    41524152      // must point to the next copy in heap
    4153       if(match_heap)
     4153      else if(match_heap)
    41544154      {
    41554155        dir_entry.ptr            = heap_entry.next;
     
    41644164        r_cleanup_fsm            = CLEANUP_HEAP_FREE;
    41654165      }
     4166
    41664167      // The matching copy is in the heap, but is not the first copy
    41674168      // The directory entry must be modified to decrement count
Note: See TracChangeset for help on using the changeset viewer.