gem5
|
#include "base/statistics.hh"
#include "mem/mem_checker.hh"
#include "mem/mem_object.hh"
#include "params/MemCheckerMonitor.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | MemCheckerMonitor |
Implements a MemChecker monitor, to be inserted between two ports. More... | |
struct | MemCheckerMonitor::MemCheckerMonitorSenderState |
class | MemCheckerMonitor::MonitorMasterPort |
This is the master port of the communication monitor. More... | |
class | MemCheckerMonitor::MonitorSlavePort |
This is the slave port of the communication monitor. More... | |