Changeset 725 for branches/fault_tolerance/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
- Timestamp:
- Jun 27, 2014, 11:12:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fault_tolerance/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r724 r725 519 519 void print_stats(bool activity_counters = true, bool stats = true); 520 520 void print_trace( size_t detailed = 0 ); 521 void cache_monitor(addr_t addr );521 void cache_monitor(addr_t addr, bool single_word = false); 522 522 void start_monitor(addr_t addr, addr_t length); 523 523 void stop_monitor();
Note: See TracChangeset
for help on using the changeset viewer.