Changeset 339 for branches/v5/modules/vci_mem_cache_dspin_coherence/caba
- Timestamp:
- Mar 28, 2013, 6:23:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache_dspin_coherence/caba/source/src/vci_mem_cache_dspin_coherence.cpp
r338 r339 2396 2396 write_to_cc_send_fifo_cache_id= r_write_copy_cache.read(); 2397 2397 #endif 2398 if(r_write_count.read() == 1 || ((r_write_count.read() == 0) && (r_write_pktid.read() == TYPE_SC)))2398 if(r_write_count.read() == 1) 2399 2399 { 2400 2400 r_write_fsm = WRITE_IDLE;
Note: See TracChangeset
for help on using the changeset viewer.