44 #ifndef __CPU_TRAFFIC_GEN_TRACE_GEN_HH__ 45 #define __CPU_TRAFFIC_GEN_TRACE_GEN_HH__ 157 const std::string& trace_file,
Addr addr_offset)
158 :
BaseGen(obj, master_id, _duration),
TraceGen(SimObject &obj, MasterID master_id, Tick _duration, const std::string &trace_file, Addr addr_offset)
Create a trace generator.
bool traceComplete
Set to true when the trace replay for one instance of state is complete.
bool isValid() const
Check validity of this element.
PacketPtr getNextPacket()
Get the next generated packet.
void clear()
Make this element invalid.
Tick tick
The time at which the request should be sent.
Tick nextPacketTick(bool elastic, Tick delay) const
Returns the tick when the next request should be generated.
TraceElement currElement
Store the current and next element in the trace.
MemCmd cmd
Specifies if the request is to be a read or a write.
void enter()
Enter this generator state.
The trace replay generator reads a trace file and plays back the transactions.
void exit()
Exit this generator state.
This struct stores a line in the trace file.
uint64_t Tick
Tick count type.
Request::FlagsType flags
Potential request flags to use.
Declaration of the base generator class for all generators.
Addr blocksize
The size of the access for the request.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
InputStream trace
Input stream used for reading the input trace file.
Addr addrOffset
Offset for memory requests.
Addr addr
The address for the request.
Declaration of the Packet class.
Tick tickOffset
Stores the time when the state was entered.
Base class for all generators, with the shared functionality and virtual functions for entering...
Abstract superclass for simulation objects.
const FlagsType init
This Stat is Initialized.
Declaration of a wrapper for protobuf output streams and input streams.