Ignore:
Timestamp:
Jun 24, 2014, 5:30:03 PM (10 years ago)
Author:
haoliu
Message:

MESI: some modifications have been done for the MESI protocol in MAY for

some counters have been updated in component memcache and cc_vcache
fixed a bug in memcache (in WRITE FSM)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MESI/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h

    r700 r719  
    491491      uint32_t     m_cpt_trt_rb;        // Read blocked by a hit in trt
    492492      uint32_t     m_cpt_trt_full;      // Transaction blocked due to a full trt
     493      uint32_t     m_cpt_put;     
     494      uint32_t     m_cpt_get;
    493495     
    494496      uint32_t     m_cpt_read_fsm_dir_lock;        // wait DIR LOCK
Note: See TracChangeset for help on using the changeset viewer.