Changeset 922 for branches/MESI/modules
- Timestamp:
- Jan 12, 2015, 6:40:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MESI/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r910 r922 7207 7207 assert( (r_alloc_dir_fsm.read() == ALLOC_DIR_CAS) and 7208 7208 "MEMC ERROR in CAS_DIR_HIT_WRITE: Bad DIR allocation"); 7209 7210 7209 // The CAS is a success => sw access to the llsc_global_table 7211 7210 m_llsc_table.sw(m_cmd_cas_addr_fifo.read(), m_cmd_cas_addr_fifo.read()); … … 10461 10460 if (is_ll and not r_tgt_rsp_key_sent.read()) 10462 10461 { 10463 p_vci_tgt.rdata = r_ cleanup_to_tgt_rsp_ll_key.read();10462 p_vci_tgt.rdata = r_multi_ack_to_tgt_ll_key.read(); 10464 10463 } 10465 10464 else
Note: See TracChangeset
for help on using the changeset viewer.