Changeset 339
- Timestamp:
- Mar 28, 2013, 6:23:38 PM (12 years ago)
- Location:
- branches/v5/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r336 r339 2239 2239 write_to_init_cmd_fifo_cache_id= r_write_copy_cache.read(); 2240 2240 #endif 2241 if(r_write_count.read() == 1 || ((r_write_count.read() == 0) && (r_write_pktid.read() == TYPE_SC)))2241 if(r_write_count.read() == 1) 2242 2242 { 2243 2243 r_write_fsm = WRITE_IDLE; -
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.