gem5 v23.0.0.1
|
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/CommMonitor.hh"
#include "sim/probe/mem.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::CommMonitor |
The communication monitor is a SimObject which can monitor statistics of the communication happening between two ports in the memory system. More... | |
class | gem5::CommMonitor::CommMonitorSenderState |
Sender state class for the monitor so that we can annotate packets with a transmit time and receive time. More... | |
class | gem5::CommMonitor::MonitorRequestPort |
This is the request port of the communication monitor. More... | |
class | gem5::CommMonitor::MonitorResponsePort |
This is the CPU-side port of the communication monitor. More... | |
struct | gem5::CommMonitor::MonitorStats |
Stats declarations, all in a struct for convenience. More... | |
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |