Changeset 482 for trunk/modules/vci_mem_cache
- Timestamp:
- Aug 2, 2013, 3:17:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r481 r482 2590 2590 // erase any possible new reservation when we release the lock on the 2591 2591 // directory 2592 m_llsc_table.sw( r_write_address.read());2592 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()); 2593 2593 2594 2594 r_write_fsm = WRITE_DIR_LOCK; … … 5283 5283 { 5284 5284 // The CAS is a success => sw access to the llsc_global_table 5285 m_llsc_table.sw(m_ cmd_cas_addr_fifo.read());5285 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())]); 5286 5286 5287 5287 // test coherence request
Note: See TracChangeset
for help on using the changeset viewer.