Changeset 340 for trunk/modules


Ignore:
Timestamp:
Mar 28, 2013, 6:25:17 PM (11 years ago)
Author:
cfuguet
Message:

Erasing always false condition in the if statement of the
WRITE_UPT_REQ state.

In this state the r_write_count register, is always bigger than 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_mem_cache_v4/caba/source/src/vci_mem_cache_v4.cpp

    r291 r340  
    22212221          write_to_init_cmd_fifo_cache_id= r_write_copy_cache.read();
    22222222#endif
    2223           if(r_write_count.read() == 1 || ((r_write_count.read() == 0) && (r_write_pktid.read() == TYPE_SC)) )
     2223          if(r_write_count.read() == 1)
    22242224          {
    22252225            r_write_fsm = WRITE_IDLE;
Note: See TracChangeset for help on using the changeset viewer.