Changeset 676 for branches/MESI
- Timestamp:
- Apr 11, 2014, 5:44:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MESI/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r675 r676 3100 3100 } 3101 3101 3102 bool s_getm_hit = m_cmd_read_pktid_fifo.read() & 0x8;3102 //bool s_getm_hit = m_cmd_read_pktid_fifo.read() & 0x8; 3103 3103 3104 3104 r_read_is_cnt = entry.is_cnt; … … 3123 3123 { 3124 3124 // Invalid the line in the others processors and put the line in trt with data. 3125 if( (entry.count == 0) or3126 ((entry.count == 1) and not entry.is_cnt and (entry.state == ENTRY_SHARED) and (entry.owner.srcid == m_cmd_read_srcid_fifo.read())) or3127 (entry.count == 1 and entry.is_cnt and entry.state == ENTRY_SHARED and s_getm_hit))3125 if(entry.count == 0) 3126 // ((entry.count == 1) and not entry.is_cnt and (entry.state == ENTRY_SHARED) and (entry.owner.srcid == m_cmd_read_srcid_fifo.read())) or 3127 // (entry.count == 1 and entry.is_cnt and entry.state == ENTRY_SHARED and s_getm_hit)) 3128 3128 { 3129 3129 r_read_fsm = READ_DIR_HIT;
Note: See TracChangeset
for help on using the changeset viewer.