Ignore:
Timestamp:
Apr 2, 2014, 4:11:10 PM (10 years ago)
Author:
porquet
Message:

cc_vcache v5: add support for XTN::DEBUG_MASK

Differentiate three types of debugging: icache, dcache and cmd. Make it
possible to set up the mask, via a XTN command (e.g. by the GDB server).

See the wikipage on GDB server for more information ("monitor
cachedebug" section).

File:
1 edited

Legend:

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

    r616 r668  
    335335    bool                                m_debug_previous_i_hit;
    336336    bool                                m_debug_previous_d_hit;
    337     bool                                m_debug_activated;
     337    bool                                m_debug_icache_fsm;
     338    bool                                m_debug_dcache_fsm;
     339    bool                                m_debug_cmd_fsm;
    338340
    339341    ///////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.