Go to the documentation of this file.
44 #ifndef __CPU_TRAFFIC_GEN_TRACE_GEN_HH__
45 #define __CPU_TRAFFIC_GEN_TRACE_GEN_HH__
161 const std::string& trace_file,
Addr addr_offset)
162 :
BaseGen(obj, requestor_id, _duration),
Addr blocksize
The size of the access for the request.
Tick tickOffset
Stores the time when the state was entered.
void clear()
Make this element invalid.
bool isValid() const
Check validity of this element.
This struct stores a line in the trace file.
Tick nextPacketTick(bool elastic, Tick delay) const
Returns the tick when the next request should be generated.
bool traceComplete
Set to true when the trace replay for one instance of state is complete.
Addr addrOffset
Offset for memory requests.
InputStream trace
Input stream used for reading the input trace file.
void exit()
Exit this generator state.
The trace replay generator reads a trace file and plays back the transactions.
PacketPtr getNextPacket()
Get the next generated packet.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
TraceElement currElement
Store the current and next element in the trace.
TraceGen(SimObject &obj, RequestorID requestor_id, Tick _duration, const std::string &trace_file, Addr addr_offset)
Create a trace generator.
MemCmd cmd
Specifies if the request is to be a read or a write.
Abstract superclass for simulation objects.
void enter()
Enter this generator state.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Tick tick
The time at which the request should be sent.
Request::FlagsType flags
Potential request flags to use.
Base class for all generators, with the shared functionality and virtual functions for entering,...
Addr addr
The address for the request.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed May 4 2022 12:13:55 for gem5 by doxygen 1.8.17