Ignore:
Timestamp:
Oct 27, 2014, 5:40:47 PM (10 years ago)
Author:
cfuguet
Message:

reconf: adding the CC_TEST FSM as one of the clients of the CC_SEND FSM

  • Now the CC_TEST FSM can send commands to the CC_SEND FSM in order to test the M2P coherence network.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h

    r865 r868  
    134134        CC_SEND_CAS_IDLE,
    135135        CC_SEND_CONFIG_IDLE,
     136        CC_SEND_TEST_IDLE,
    136137        CC_SEND_XRAM_RSP_BRDCAST_HEADER,
    137138        CC_SEND_XRAM_RSP_BRDCAST_NLINE,
     
    152153        CC_SEND_CONFIG_INVAL_NLINE,
    153154        CC_SEND_CONFIG_BRDCAST_HEADER,
    154         CC_SEND_CONFIG_BRDCAST_NLINE
     155        CC_SEND_CONFIG_BRDCAST_NLINE,
     156        CC_SEND_TEST_HEADER,
     157        CC_SEND_TEST_SIGNATURE
    155158      };
    156159
     
    986989
    987990      sc_signal<int>      r_cc_test_fsm;
     991      sc_signal<size_t>   r_cc_test_srcid;
    988992
    989993      // Buffer between CC_TEST fsm and CC_SEND fsm
Note: See TracChangeset for help on using the changeset viewer.