Ignore:
Timestamp:
Jan 7, 2014, 4:08:36 PM (10 years ago)
Author:
devigne
Message:

Bug fixed: bad syncro enums states between .h and .cpp for debug...
Bug fixed: in DCACHE_CC_UPDT state, we did not check the rok of cc_receive fifo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RWT/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h

    r604 r615  
    179179        CC_RECEIVE_INS_UPDT_HEADER,
    180180        CC_RECEIVE_INS_UPDT_NLINE,
     181        CC_RECEIVE_INS_UPDT_DATA,
    181182        CC_RECEIVE_DATA_INVAL_HEADER,
    182183        CC_RECEIVE_DATA_INVAL_NLINE,
    183184        CC_RECEIVE_DATA_UPDT_HEADER,
    184185        CC_RECEIVE_DATA_UPDT_NLINE,
    185         CC_RECEIVE_INS_UPDT_DATA,
    186186        CC_RECEIVE_DATA_UPDT_DATA,
    187187    };
Note: See TracChangeset for help on using the changeset viewer.