Changeset 423 for trunk/modules/vci_cc_vcache_wrapper/caba/source/include
- Timestamp:
- Jun 28, 2013, 6:16:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h
r421 r423 677 677 678 678 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 682 680 683 protected: … … 713 716 void print_trace(size_t mode = 0); 714 717 void cache_monitor(paddr_t addr); 718 void start_monitor(paddr_t,paddr_t); 719 void stop_monitor(); 715 720 inline void iss_set_debug_mask(uint v) 716 721 {
Note: See TracChangeset
for help on using the changeset viewer.