Changeset 492 for branches/ODCCP/modules/vci_mem_cache/caba/source/src
- Timestamp:
- Aug 12, 2013, 11:43:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ODCCP/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r479 r492 2770 2770 // erase any possible new reservation when we release the lock on the 2771 2771 // directory 2772 m_llsc_table.sw( r_write_address.read());2772 m_llsc_table.sw(m_nline[(addr_t)r_write_address.read()],r_write_word_index.read(),r_write_word_index.read()+r_write_word_count.read()); 2773 2773 2774 2774 r_write_fsm = WRITE_DIR_LOCK; … … 5882 5882 { 5883 5883 // The CAS is a success => sw access to the llsc_global_table 5884 m_llsc_table.sw(m_ cmd_cas_addr_fifo.read());5884 m_llsc_table.sw(m_nline[(addr_t)m_cmd_cas_addr_fifo.read()],m_x[(addr_t)(m_cmd_cas_addr_fifo.read())],m_x[(addr_t)(m_cmd_cas_addr_fifo.read())]); 5885 5885 5886 5886 // test coherence request
Note: See TracChangeset
for help on using the changeset viewer.