Ignore:
Timestamp:
Jun 26, 2014, 3:24:15 PM (10 years ago)
Author:
alain
Message:

Introducing a single word feature in the cache_monitor() function.

File:
1 edited

Legend:

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

    r683 r722  
    519519      void print_stats(bool activity_counters = true, bool stats = true);
    520520      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);
    522522      void start_monitor(addr_t addr, addr_t length);
    523523      void stop_monitor();
Note: See TracChangeset for help on using the changeset viewer.