Changeset 432 for trunk


Ignore:
Timestamp:
Jul 4, 2013, 2:35:09 PM (11 years ago)
Author:
lambert
Message:

In vci_cc_vcache_wrapper :

Fixing wrong comments for monitor variables

File:
1 edited

Legend:

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

    r423 r432  
    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
     679    bool     m_monitor_ok;                      // used to debug cache output 
     680    uint32_t m_monitor_base;               
     681    uint32_t m_monitor_length;             
    682682
    683683protected:
Note: See TracChangeset for help on using the changeset viewer.