gem5
v20.1.0.0
|
#include "base/statistics.hh"
#include "mem/mem_checker.hh"
#include "params/MemCheckerMonitor.hh"
#include "sim/sim_object.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::MonitorRequestPort |
This is the request port of the communication monitor. More... | |
class | MemCheckerMonitor::MonitorResponsePort |
This is the response port of the communication monitor. More... | |