Changeset 320 for branches/v5
- Timestamp:
- Mar 13, 2013, 5:33:07 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.cpp
r319 r320 83 83 const char *cc_receive_fsm_str[] = 84 84 { 85 "CC_RECEIVE_IDLE ,"85 "CC_RECEIVE_IDLE", 86 86 "CC_RECEIVE_CLEANUP", 87 87 "CC_RECEIVE_MULTI_ACK" … … 5946 5946 DspinDhccpParam::FROM_L1_TYPE); 5947 5947 5948 if(type == DspinDhccpParam::TYPE_CLEANUP) 5948 if((type == DspinDhccpParam::TYPE_CLEANUP_DATA) || 5949 (type == DspinDhccpParam::TYPE_CLEANUP_INST) ) 5949 5950 { 5950 5951 r_cc_receive_fsm = CC_RECEIVE_CLEANUP;
Note: See TracChangeset
for help on using the changeset viewer.