Ignore:
Timestamp:
Oct 28, 2014, 5:38:00 PM (9 years ago)
Author:
cfuguet
Message:

reconf: bugfix in vci_mem_cache's CC_SEND FSM genmoore function

  • The DSPIN M2P outputs were not defined for the CC_SEND_TEST_IDLE state.
File:
1 edited

Legend:

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

    r869 r871  
    67116711        // and CLEANUP FSMs. Consequently, this second flit is consumed by this FSM
    67126712        // when the CC_SEND and CLEANUP FSMs acknowledge the send request.
     6713        //
     6714        // TODO: Evaluate if the task achieved by this FSM can be performed by
     6715        // directly by the CC_RECEIVE FSM.
    67136716        //////////////////////////////////////////////////////////////////////////////
    67146717        switch (r_cc_test_fsm.read())
     
    92389241            case CC_SEND_WRITE_IDLE:
    92399242            case CC_SEND_CAS_IDLE:
     9243            case CC_SEND_TEST_IDLE:
    92409244            {
    92419245                break;
Note: See TracChangeset for help on using the changeset viewer.