Go to the documentation of this file.
38 #ifndef __CPU_TRACE_TRACE_CPU_HH__
39 #define __CPU_TRACE_TRACE_CPU_HH__
45 #include <unordered_map>
49 #include "debug/TraceCPUData.hh"
50 #include "debug/TraceCPUInst.hh"
51 #include "params/TraceCPU.hh"
52 #include "proto/inst_dep_record.pb.h"
53 #include "proto/packet.pb.h"
146 TraceCPU(
const TraceCPUParams ¶ms);
409 const std::string& trace_file) :
516 const std::string& _name);
549 typedef ProtoMessage::InstDepRecord
Record;
792 const double time_multiplier);
822 const std::string& trace_file,
823 const TraceCPUParams ¶ms) :
827 trace(trace_file, 1.0 / params.freqMultiplier),
834 hwResource(params.sizeROB, params.sizeStoreBuffer,
837 DPRINTF(TraceCPUData,
"Window size in the trace is %d.\n",
943 bool checkAndIssue(
const GraphNode* node_ptr,
bool first=
true);
994 std::unordered_map<NodeSeqNum, GraphNode*>
depGraph;
1014 const std::string& _name);
1132 #endif // __CPU_TRACE_TRACE_CPU_HH__
This is a simple scalar statistic, like a counter.
bool isLoad() const
Is the node a load.
void dcacheRecvTimingResp(PacketPtr pkt)
When data cache port receives a response, this calls the dcache generator method handle to complete t...
void addToSortedReadyList(NodeSeqNum seq_num, Tick exec_tick)
Add a ready node to the readyList.
Counter totalOps() const
Return totalOps as the number of committed micro-ops plus the speculatively issued loads that are mod...
TraceStats(TraceCPU *trace)
bool removeRegDep(NodeSeqNum reg_dep)
Remove completed instruction from register dependency array.
gem5::TraceCPU::TraceStats traceStats
void checkAndSchedExitEvent()
This is called when either generator finishes executing from the trace.
bool removeRobDep(NodeSeqNum rob_dep)
Remove completed instruction from order dependency array.
std::string instTraceFile
File names for input instruction and data traces.
statistics::Scalar dataLastTick
Tick when ElasticDataGen completes execution.
uint64_t getMicroOpCount() const
Get number of micro-ops modelled in the TraceCPU replay.
Tick init()
Called from TraceCPU init().
PacketPtr retryPkt
PacketPtr used to store the packet to retry.
statistics::Scalar maxReadyListSize
gem5::TraceCPU::ElasticDataGen::ElasticDataGenStatGroup elasticStats
const std::string name() const
Return port name (for DPRINTF).
void schedDcacheNextEvent(Tick when)
Schedule event dcacheNextEvent at the given tick.
const uint32_t windowSize
Window size within which to check for dependencies.
NodeSeqNum seqNum
Instruction sequence number.
Port & getInstPort()
Used to get a reference to the icache port.
Counter totalInsts() const
This is a pure virtual function in BaseCPU.
std::list< NodeSeqNum > RegDepList
Typedef for the list containing the register dependencies.
void occupy(const GraphNode *new_node)
Occupy appropriate structures for an issued node.
uint64_t NodeSeqNum
Node sequence number type.
void takeOverFrom(BaseCPU *oldCPU)
void exit()
Exit the FixedRetryGen.
bool removeDepOnInst(NodeSeqNum done_seq_num)
Check for all dependencies on completed inst.
MemCmd cmd
Specifies if the request is to be a read or a write.
InputStream trace
Input stream used for reading the input trace file.
uint16_t numInFlightStores
Number of ready stores for which request may or may not be sent.
statistics::Scalar numSOStores
IcachePort(TraceCPU *_cpu)
Default constructor.
bool recvTimingResp(PacketPtr pkt)
Receive the timing reponse and call dcacheRecvTimingResp() method of the dcacheGen to handle completi...
std::list< ReadyNode > readyList
List of nodes that are ready to execute.
void recvTimingSnoopReq(PacketPtr pkt)
Required functionally but do nothing.
std::string typeToStr() const
Return string specifying the type of the node.
void wakeup(ThreadID tid=0)
Addr addr
The address for the request.
bool isValid() const
Check validity of this element.
statistics::Scalar numSplitReqs
ProtoMessage::InstDepRecord Record
PacketPtr retryPkt
PacketPtr used to store the packet to retry.
NodeSeqNum seqNum
The sequence number of the ready node.
void completeMemAccess(PacketPtr pkt)
When a load writeback is received, that is when the load completes, release the dependents on it.
bool isSnooping() const
Required functionally.
void addDepsOnParent(GraphNode *new_node, T &dep_list)
Iterate over the dependencies of a new node and add the new node to the list of dependents of the par...
Addr blocksize
The size of the access for the request.
uint64_t NodeRobNum
Node ROB number type.
bool isExecComplete() const
Returns the execComplete variable which is set when the last node is executed.
void exit()
Exit the ElasticDataGen.
void icacheRetryRecvd()
When instruction cache port receives a retry, schedule event icacheNextEvent.
const std::string & name() const
Returns name of the ElasticDataGen instance.
bool isAvailable(const GraphNode *new_node) const
Check if structures required to issue a node are free.
statistics::Scalar numSendSucceeded
void schedIcacheNext()
This is the control flow that uses the functionality of the icacheGen to replay the trace.
Tick traceOffset
This stores the time offset in the trace, which is taken away from the ready times of requests.
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
const uint16_t sizeStoreBuffer
The size of store buffer.
statistics::Formula cpi
Stat for the CPI.
TraceCPU & owner
Reference of the TraceCPU.
HardwareResource hwResource
Hardware resources required to contain in-flight nodes and to throttle issuing of new nodes when reso...
EventFunctionWrapper icacheNextEvent
Event for the control flow method schedIcacheNext()
bool traceComplete
Set to true when end of trace is reached.
bool nextExecute()
Reads a line of the trace file.
statistics::Scalar numRetrySucceeded
ElasticDataGen dcacheGen
Instance of ElasticDataGen to replay data read and write requests.
statistics::Scalar numSendFailed
std::string genName
String to store the name of the FixedRetryGen.
Addr virtAddr
The virtual address for the request if any.
void release(const GraphNode *done_node)
Release appropriate structures for a completed node.
PacketPtr executeMemReq(GraphNode *node_ptr)
Creates a new request for a load or store assigning the request parameters.
FixedRetryGen icacheGen
Instance of FixedRetryGen to replay instruction read requests.
statistics::Scalar maxDependents
Stats for data memory accesses replayed.
uint16_t numInFlightLoads
Number of ready loads for which request may or may not be sent.
void writeElementAsTrace() const
Write out element in trace-compatible format using debug flag TraceCPUData.
The struct GraphNode stores an instruction in the trace file.
bool isSet(Type mask) const
Verifies whether any bit matching the given mask is set.
std::list< NodeSeqNum > RobDepList
Typedef for the list containing the ROB dependencies.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
The HardwareResource class models structures that hold the in-flight nodes.
NodeRobNum robNum
ROB occupancy number.
Struct to store a ready-to-execute node and its execution tick.
FixedRetryGenStatGroup(statistics::Group *parent, const std::string &_name)
name is the extension to the name for these stats
RecordType type
Type of the node corresponding to the instruction modeled by it.
uint64_t Tick
Tick count type.
RequestPort & port
Reference of the port to be used to issue memory requests.
statistics::Scalar numSendSucceeded
IcachePort icachePort
Port to connect to L1 instruction cache.
void adjustInitTraceOffset(Tick &offset)
Adjust traceOffset based on what TraceCPU init() determines on comparing the offsets in the fetch req...
bool readNextWindow()
Reads a line of the trace file.
void updateNumOps(uint64_t rob_num)
const RequestorID instRequestorID
Requestor id for instruction read requests.
void recvReqRetry()
Handle a retry signalled by the cache if data access failed in the first attempt.
uint64_t compDelay
Computational delay.
void releaseStoreBuffer()
Release store buffer entry for a completed store.
Tick execTick
The tick at which the ready node must be executed.
statistics::Scalar numOps
Stat for number of simulated micro-ops.
bool isStrictlyOrdered() const
Return true if node has a request which is strictly ordered.
InputStream trace
Input stream used for reading the input trace file.
bool tryNext()
This tries to send current or retry packet and returns true if successfull.
const RequestorID requestorId
RequestorID used for the requests being sent.
statistics::Scalar instLastTick
Last simulated tick by the FixedRetryGen.
void clear()
Make this element invalid.
This struct stores a line in the trace file.
bool recvTimingResp(PacketPtr pkt)
Receive the timing reponse and simply delete the packet since instruction fetch requests are issued a...
std::unordered_map< NodeSeqNum, GraphNode * > depGraph
Store the depGraph of GraphNodes.
gem5::TraceCPU::FixedRetryGen::FixedRetryGenStatGroup fixedStats
void recvTimingSnoopReq(PacketPtr pkt)
Required functionally but do nothing.
Request::Flags flags
Request flags if any.
TraceElement currElement
Store an element read from the trace to send as the next packet.
Port & getDataPort()
Used to get a reference to the dcache port.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Request::FlagsType flags
Potential request flags to use.
Tick init()
Called from TraceCPU init().
const uint16_t sizeLoadBuffer
The size of load buffer.
bool traceComplete
Set to true when end of trace is reached.
statistics::Scalar numSchedIcacheEvent
statistics::Scalar numSOLoads
bool isTraceComplete()
Returns the traceComplete variable which is set when end of the input trace file is reached.
statistics::Scalar numSendAttempted
Stats for instruction accesses replayed.
const bool enableEarlyExit
Exit when any one Trace CPU completes its execution.
bool nextRead
Set to true when the next window of instructions need to be read.
statistics::Scalar numSendFailed
Generator to read protobuf trace containing memory requests at fixed timestamps, perform flow control...
EventFunctionWrapper dcacheNextEvent
Event for the control flow method schedDcacheNext()
DcachePort(TraceCPU *_cpu)
Default constructor.
@ STRICT_ORDER
The request is required to be strictly ordered by CPU models and is non-speculative.
std::vector< GraphNode * > dependents
A vector of nodes dependent (outgoing) on this node.
static int numTraceCPUs
Number of Trace CPUs in the system used as a shared variable and passed to the CountedExitEvent event...
std::queue< const GraphNode * > depFreeQueue
Queue of dependency-free nodes that are pending issue because resources are not available.
Ports are used to interface objects to each other.
void schedDcacheNext()
This is the control flow that uses the functionality of the dcacheGen to replay the trace.
TraceCPU & owner
Reference of the TraceCPU.
statistics::Scalar numSendAttempted
DcachePort class that interfaces with L1 Data Cache.
ElasticDataGen(TraceCPU &_owner, const std::string &_name, RequestPort &_port, RequestorID requestor_id, const std::string &trace_file, const TraceCPUParams ¶ms)
Tick tick
The time at which the request should be sent.
IcachePort class that interfaces with L1 Instruction Cache.
const uint16_t sizeROB
The size of the ROB used to throttle the max.
double Counter
All counters are of 64-bit values.
bool awaitingResponse() const
Check if there are any outstanding requests, i.e.
const RequestorID requestorId
RequestorID used for the requests being sent.
const RequestorID dataRequestorID
Requestor id for data read and write requests.
CountedExitEvent * execCompleteEvent
A CountedExitEvent which when serviced decrements the counter.
std::string genName
String to store the name of the FixedRetryGen.
void execute()
This is the main execute function which consumes nodes from the sorted readyList.
uint64_t progressMsgThreshold
void dcacheRetryRecvd()
When data cache port receives a retry, schedule event dcacheNextEvent.
const uint64_t progressMsgInterval
Interval of committed instructions specified by the user at which a progress info message is printed.
The elastic data memory request generator to read protobuf trace containing execution trace annotated...
HardwareResource(uint16_t max_rob, uint16_t max_stores, uint16_t max_loads)
Constructor that initializes the sizes of the structures.
void printOccupancy()
Print resource occupancy for debugging.
bool oneTraceComplete
Set to true when one of the generators finishes replaying its trace.
bool send(Addr addr, unsigned size, const MemCmd &cmd, Request::FlagsType flags, Addr pc)
Creates a new request assigning the request parameters passed by the arguments.
void recvReqRetry()
Handle a retry signalled by the cache if instruction read failed in the first attempt.
The trace cpu replays traces generated using the elastic trace probe attached to the O3 CPU model.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
bool checkAndIssue(const GraphNode *node_ptr, bool first=true)
Attempts to issue a node once the node's source dependencies are complete.
statistics::Scalar numSchedDcacheEvent
ProtoMessage::InstDepRecord::RecordType RecordType
RegDepList regDep
List of register dependencies (incoming) if any.
TraceCPU(const TraceCPUParams ¶ms)
std::string dataTraceFile
uint32_t size
Size of request if any.
RequestPort & port
Reference of the port to be used to issue memory requests.
ElasticDataGenStatGroup(statistics::Group *parent, const std::string &_name)
name is the extension to the name for these stats
std::map< NodeSeqNum, NodeRobNum > inFlightNodes
A map from the sequence number to the ROB number of the in- flight nodes.
const std::string & name() const
Returns name of the FixedRetryGen instance.
FixedRetryGen(TraceCPU &_owner, const std::string &_name, RequestPort &_port, RequestorID requestor_id, const std::string &trace_file)
bool execComplete
Set true when execution of trace is complete.
NodeRobNum oldestInFlightRobNum
The ROB number of the oldest in-flight node.
statistics::Scalar numRetrySucceeded
RobDepList robDep
List of order dependencies.
int16_t ThreadID
Thread index/ID type.
void printReadyList()
Print readyList for debugging using debug flag TraceCPUData.
Addr physAddr
The address for the request if any.
bool isStore() const
Is the node a store.
void recvFunctionalSnoop(PacketPtr pkt)
Required functionally but do nothing.
bool isComp() const
Is the node a compute (non load/store) node.
int64_t delta
Stores the difference in the send ticks of the current and last packets.
Counter value() const
Return the current value of this stat as its base type.
DcachePort dcachePort
Port to connect to L1 data cache.
Generated on Tue Dec 21 2021 11:34:27 for gem5 by doxygen 1.8.17