Changeset 320 for branches/v5


Ignore:
Timestamp:
Mar 13, 2013, 5:33:07 PM (11 years ago)
Author:
cfuguet
Message:

vci_mem_cache_dspin_coherence:

  • Fixing typo error in cc_receive_fsm_str for debug
  • Adding test for cleanup command concerning an instruction in the cc_receive_fsm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_mem_cache_dspin_coherence/caba/source/src/vci_mem_cache.cpp

    r319 r320  
    8383const char *cc_receive_fsm_str[] =
    8484{
    85   "CC_RECEIVE_IDLE,"
     85  "CC_RECEIVE_IDLE",
    8686  "CC_RECEIVE_CLEANUP",
    8787  "CC_RECEIVE_MULTI_ACK"
     
    59465946              DspinDhccpParam::FROM_L1_TYPE);
    59475947
    5948         if(type == DspinDhccpParam::TYPE_CLEANUP)
     5948        if((type == DspinDhccpParam::TYPE_CLEANUP_DATA) ||
     5949           (type == DspinDhccpParam::TYPE_CLEANUP_INST) )
    59495950        {
    59505951          r_cc_receive_fsm = CC_RECEIVE_CLEANUP;
Note: See TracChangeset for help on using the changeset viewer.