Ignore:
Timestamp:
Nov 17, 2014, 10:47:55 AM (9 years ago)
Author:
cfuguet
Message:

reconf: use the watchdog timer for the uncacheable requests too.

  • The vci_cc_vcache_wrapper's dcache FSM triggers the watchdog timer also for the uncacheable requests (read and write).
File:
1 edited

Legend:

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

    r853 r888  
    442442    sc_signal<bool>         r_dcache_vci_sc_req;        // atomic write request SC
    443443    sc_signal<uint32_t>     r_dcache_vci_sc_data;       // SC data (command)
    444     sc_signal<trdid_t>      r_dcache_vci_miss_trdid;    // miss dcache trdid (for debug)
     444    sc_signal<trdid_t>      r_dcache_vci_wdt_trdid;     // dcache WDT trdid (for debug)
    445445
    446446    // register used for XTN inval
     
    456456    sc_signal<bool>         r_dcache_miss_clack;        // waiting for a cleanup acknowledge
    457457
    458     // Watchdog timer (WDT) for MISS timeout exception (black-hole detection)
    459     sc_signal<uint32_t>     r_dcache_miss_wdt_max;      // wdt triggering value
    460     sc_signal<uint32_t>     r_dcache_miss_wdt;          // wdt counter
     458    // Watchdog timer (WDT) for timeout exception (black-hole detection)
     459    sc_signal<uint32_t>     r_dcache_wdt_max;           // wdt triggering value
     460    sc_signal<uint32_t>     r_dcache_wdt;               // wdt counter
    461461    sc_signal<trdid_t>      r_dcache_wdt_timeout;       // timeout counter (for debug)
    462462
Note: See TracChangeset for help on using the changeset viewer.