Ignore:
Timestamp:
Jan 13, 2015, 9:23:15 AM (9 years ago)
Author:
cfuguet
Message:

reconf: reuse the UNC transactions' watchdog timer in the CC_TEST

  • When there is a timeout, reply the processor with an error. The r_dcache_cc_test_result register is not longer used. Therefore, the software can locate blackholes in the coherence network with a method similar to the one used for the direct networks.
File:
1 edited

Legend:

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

    r919 r923  
    280280        MMU_READ_PT2_ILLEGAL_ACCESS   = 0x1080, // Read & Bus Error accessing PT2
    281281        MMU_READ_DATA_ILLEGAL_ACCESS  = 0x1100, // Read & Bus Error in cache access
    282         MMU_READ_DATA_TIMEOUT         = 0x1200, // Read & Watchdog timeout
     282        MMU_WDT_TIMEOUT               = 0x1200, // Watchdog timeout
    283283    };
    284284
     
    600600    //  CC_TEST FSM REGISTER
    601601    ///////////////////////////////////
    602     enum cc_test_result_e
    603     {
    604         CC_TEST_SUCCESS = 0,
    605         CC_TEST_FAILURE = 1,
    606     };
    607602
    608603    sc_signal<int>          r_cc_test_fsm;
     
    612607    sc_signal<bool>         r_cc_test_clack_req;
    613608    sc_signal<uint64_t>     r_cc_test_clack_sign;
    614     sc_signal<int>          r_cc_test_to_dcache_result;
    615609
    616610    //////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.