Changeset 329


Ignore:
Timestamp:
Mar 18, 2013, 3:54:08 PM (11 years ago)
Author:
joannou
Message:

Added test on INST/DATA for the CLACK in the vci_cc_vcache_wrapper_dspin_coherence CC_RECEIVE FSM to route the CLACK coherence packet to the concerned cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_cc_vcache_wrapper_dspin_coherence/caba/source/src/vci_cc_vcache_wrapper.cpp

    r325 r329  
    53495349                }
    53505350                // test for a CLACK
    5351                 else if (receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK)
     5351                else if ((receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK_DATA) or
     5352                         (receive_type == DspinDhccpParam::TYPE_CLEANUP_ACK_INST))
    53525353                {
    53535354                    r_cc_receive_fsm = CC_RECEIVE_CLACK;
Note: See TracChangeset for help on using the changeset viewer.