Ignore:
Timestamp:
Jun 28, 2013, 6:16:48 PM (11 years ago)
Author:
lambert
Message:

In Vci_cc_vcache_wrapper :

  • Adding monitor to help debugging. behaviour is similar to the mem_cache monitor.
  • Fixing initialisation problems in several variables to compile with -Werror
  • Fixing parantheses problems to compile with -Werror
File:
1 edited

Legend:

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

    r421 r423  
    677677
    678678    uint32_t m_cpt_stop_simulation;             // used to stop simulation if frozen
     679    bool     m_monitor_ok;              // used to stop simulation if frozen
     680    uint32_t m_monitor_base;            // used to stop simulation if frozen
     681    uint32_t m_monitor_length;          // used to stop simulation if frozen
    679682
    680683protected:
     
    713716    void print_trace(size_t mode = 0);
    714717    void cache_monitor(paddr_t addr);
     718    void start_monitor(paddr_t,paddr_t);
     719    void stop_monitor();
    715720    inline void iss_set_debug_mask(uint v)
    716721    {
Note: See TracChangeset for help on using the changeset viewer.