gem5
v21.2.1.1
|
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "base_gen.hh"
#include "mem/packet.hh"
#include "proto/protoio.hh"
Go to the source code of this file.
Classes | |
class | gem5::TraceGen |
The trace replay generator reads a trace file and plays back the transactions. More... | |
struct | gem5::TraceGen::TraceElement |
This struct stores a line in the trace file. More... | |
class | gem5::TraceGen::InputStream |
The InputStream encapsulates a trace file and the internal buffers and populates TraceElements based on the input. More... | |
Namespaces | |
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. | |
Declaration of the trace generator that reads a trace file and plays the transactions.
Definition in file trace_gen.hh.