gem5
v20.0.0.0
|
The traffic generator is a master module that generates stimuli for the memory system, based on a collection of simple generator behaviours that are either probabilistic or based on traces. More...
#include <base.hh>
Classes | |
struct | StatGroup |
class | TrafficGenPort |
Master port specialisation for the traffic generator. More... | |
Public Member Functions | |
BaseTrafficGen (const BaseTrafficGenParams *p) | |
~BaseTrafficGen () | |
Port & | getPort (const std::string &if_name, PortID idx=InvalidPortID) override |
Get a port with a given name and index. More... | |
void | init () override |
init() is called after all C++ SimObjects have been created and all ports are connected. More... | |
DrainState | drain () override |
Notify an object that it needs to drain its state. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
std::shared_ptr< BaseGen > | createIdle (Tick duration) |
std::shared_ptr< BaseGen > | createExit (Tick duration) |
std::shared_ptr< BaseGen > | createLinear (Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit) |
std::shared_ptr< BaseGen > | createRandom (Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit) |
std::shared_ptr< BaseGen > | createDram (Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, Enums::AddrMap addr_mapping, unsigned int nbr_of_ranks) |
std::shared_ptr< BaseGen > | createDramRot (Tick duration, Addr start_addr, Addr end_addr, Addr blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit, unsigned int num_seq_pkts, unsigned int page_size, unsigned int nbr_of_banks_DRAM, unsigned int nbr_of_banks_util, Enums::AddrMap addr_mapping, unsigned int nbr_of_ranks, unsigned int max_seq_count_per_rank) |
std::shared_ptr< BaseGen > | createTrace (Tick duration, const std::string &trace_file, Addr addr_offset) |
![]() | |
ClockedObject (const ClockedObjectParams *p) | |
const Params * | params () const |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
![]() | |
virtual | ~SimObject () |
virtual const std::string | name () const |
virtual void | loadState (CheckpointIn &cp) |
loadState() is called on each SimObject when restoring from a checkpoint. More... | |
virtual void | initState () |
initState() is called on each SimObject when not restoring from a checkpoint. More... | |
virtual void | regProbePoints () |
Register probe points for this object. More... | |
virtual void | regProbeListeners () |
Register probe listeners for this object. More... | |
ProbeManager * | getProbeManager () |
Get the probe manager for this object. More... | |
virtual void | startup () |
startup() is the final initialization call before simulation. More... | |
DrainState | drain () override |
Provide a default implementation of the drain interface for objects that don't need draining. More... | |
virtual void | memWriteback () |
Write back dirty buffers to memory using functional writes. More... | |
virtual void | memInvalidate () |
Invalidate the contents of memory buffers. More... | |
void | serialize (CheckpointOut &cp) const override |
Serialize an object. More... | |
void | unserialize (CheckpointIn &cp) override |
Unserialize an object. More... | |
const Params * | params () const |
SimObject (const Params *_params) | |
![]() | |
EventQueue * | eventQueue () const |
void | schedule (Event &event, Tick when) |
void | deschedule (Event &event) |
void | reschedule (Event &event, Tick when, bool always=false) |
void | schedule (Event *event, Tick when) |
void | deschedule (Event *event) |
void | reschedule (Event *event, Tick when, bool always=false) |
void | wakeupEventQueue (Tick when=(Tick) -1) |
void | setCurTick (Tick newVal) |
EventManager (EventManager &em) | |
EventManager (EventManager *em) | |
EventManager (EventQueue *eq) | |
![]() | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
![]() | |
DrainState | drainState () const |
Return the current drain state of an object. More... | |
virtual void | notifyFork () |
Notify a child process of a fork. More... | |
![]() | |
Group (Group *parent, const char *name=nullptr) | |
Construct a new statistics group. More... | |
virtual | ~Group () |
virtual void | regStats () |
Callback to set stat parameters. More... | |
virtual void | resetStats () |
Callback to reset stats. More... | |
virtual void | preDumpStats () |
Callback before stats are dumped. More... | |
void | addStat (Stats::Info *info) |
Register a stat with this group. More... | |
const std::map< std::string, Group * > & | getStatGroups () const |
Get all child groups associated with this object. More... | |
const std::vector< Info * > & | getStats () const |
Get all stats associated with this object. More... | |
void | addStatGroup (const char *name, Group *block) |
Add a stat block as a child of this block. More... | |
const Info * | resolveStat (std::string name) const |
Resolve a stat by its name within this group. More... | |
Group ()=delete | |
Group (const Group &)=delete | |
Group & | operator= (const Group &)=delete |
![]() | |
void | updateClockPeriod () |
Update the tick to the current tick. More... | |
Tick | clockEdge (Cycles cycles=Cycles(0)) const |
Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More... | |
Cycles | curCycle () const |
Determine the current cycle, corresponding to a tick aligned to a clock edge. More... | |
Tick | nextCycle () const |
Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More... | |
uint64_t | frequency () const |
Tick | clockPeriod () const |
double | voltage () const |
Cycles | ticksToCycles (Tick t) const |
Tick | cyclesToTicks (Cycles c) const |
Protected Member Functions | |
void | start () |
virtual std::shared_ptr< BaseGen > | nextGenerator ()=0 |
![]() | |
Drainable () | |
virtual | ~Drainable () |
virtual void | drainResume () |
Resume execution after a successful drain. More... | |
void | signalDrainDone () const |
Signal that an object is drained. More... | |
![]() | |
Clocked (ClockDomain &clk_domain) | |
Create a clocked object and set the clock domain based on the parameters. More... | |
Clocked (Clocked &)=delete | |
Clocked & | operator= (Clocked &)=delete |
virtual | ~Clocked () |
Virtual destructor due to inheritance. More... | |
void | resetClock () const |
Reset the object's clock using the current global tick value. More... | |
virtual void | clockPeriodUpdated () |
A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. More... | |
Protected Attributes | |
System *const | system |
The system used to determine which mode we are currently operating in. More... | |
const bool | elasticReq |
Determine whether to add elasticity in the request injection, thus responding to backpressure by slowing things down. More... | |
const Tick | progressCheck |
Time to tolerate waiting for retries (not making progress), until we declare things broken. More... | |
std::unordered_map< RequestPtr, Tick > | waitingResp |
Reqs waiting for response. More... | |
BaseTrafficGen::StatGroup | stats |
const MasterID | masterID |
MasterID used in generated requests. More... | |
std::shared_ptr< BaseGen > | activeGenerator |
Currently active generator. More... | |
std::unique_ptr< StreamGen > | streamGenerator |
Stream/SubStreamID Generator. More... | |
![]() | |
const SimObjectParams * | _params |
Cached copy of the object parameters. More... | |
![]() | |
EventQueue * | eventq |
A pointer to this object's event queue. More... | |
Private Member Functions | |
void | recvReqRetry () |
Receive a retry from the neighbouring port and attempt to resend the waiting packet. More... | |
void | retryReq () |
bool | recvTimingResp (PacketPtr pkt) |
void | transition () |
Transition to the next generator. More... | |
void | scheduleUpdate () |
Schedule the update event based on nextPacketTick and nextTransitionTick. More... | |
void | noProgress () |
Method to inform the user we have made no progress. More... | |
void | update () |
Schedules event for next update and generates a new packet or requests a new generatoir depending on the current time. More... | |
bool | allocateWaitingRespSlot (PacketPtr pkt) |
Puts this packet in the waitingResp list and returns true if we are above the maximum number of oustanding requests. More... | |
Private Attributes | |
EventFunctionWrapper | noProgressEvent |
Event to keep track of our progress, or lack thereof. More... | |
Tick | nextTransitionTick |
Time of next transition. More... | |
Tick | nextPacketTick |
Time of the next packet. More... | |
const int | maxOutstandingReqs |
TrafficGenPort | port |
The instance of master port used by the traffic generator. More... | |
PacketPtr | retryPkt |
Packet waiting to be sent. More... | |
Tick | retryPktTick |
Tick when the stalled packet was meant to be sent. More... | |
bool | blockedWaitingResp |
Set when we blocked waiting for outstanding reqs. More... | |
EventFunctionWrapper | updateEvent |
Event for scheduling updates. More... | |
Friends | |
class | BaseGen |
Additional Inherited Members | |
![]() | |
typedef ClockedObjectParams | Params |
Parameters of ClockedObject. More... | |
![]() | |
typedef SimObjectParams | Params |
![]() | |
static void | serializeAll (CheckpointOut &cp) |
Serialize all SimObjects in the system. More... | |
static SimObject * | find (const char *name) |
Find the SimObject with the given name and return a pointer to it. More... | |
![]() | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | serializeAll (const std::string &cpt_dir) |
static void | unserializeGlobals (CheckpointIn &cp) |
![]() | |
PowerState * | powerState |
The traffic generator is a master module that generates stimuli for the memory system, based on a collection of simple generator behaviours that are either probabilistic or based on traces.
It can be used stand alone for creating test cases for interconnect and memory controllers, or function as a black box replacement for system components that are not yet modelled in detail, e.g. a video engine or baseband subsystem.
BaseTrafficGen::BaseTrafficGen | ( | const BaseTrafficGenParams * | p | ) |
Definition at line 67 of file base.cc.
References blockedWaitingResp, StreamGen::create(), System::getMasterId(), masterID, maxOutstandingReqs, SimObject::name(), nextPacketTick, nextTransitionTick, noProgress(), MipsISA::p, port, retryPkt, retryPktTick, stats, streamGenerator, system, update(), and updateEvent.
|
inlineprivate |
Puts this packet in the waitingResp list and returns true if we are above the maximum number of oustanding requests.
Definition at line 176 of file base.hh.
References curTick(), maxOutstandingReqs, Packet::needsResponse(), Packet::req, and waitingResp.
Referenced by update().
std::shared_ptr< BaseGen > BaseTrafficGen::createDram | ( | Tick | duration, |
Addr | start_addr, | ||
Addr | end_addr, | ||
Addr | blocksize, | ||
Tick | min_period, | ||
Tick | max_period, | ||
uint8_t | read_percent, | ||
Addr | data_limit, | ||
unsigned int | num_seq_pkts, | ||
unsigned int | page_size, | ||
unsigned int | nbr_of_banks_DRAM, | ||
unsigned int | nbr_of_banks_util, | ||
Enums::AddrMap | addr_mapping, | ||
unsigned int | nbr_of_ranks | ||
) |
Definition at line 397 of file base.cc.
References System::cacheLineSize(), masterID, and system.
Referenced by TrafficGen::parseConfig().
std::shared_ptr< BaseGen > BaseTrafficGen::createDramRot | ( | Tick | duration, |
Addr | start_addr, | ||
Addr | end_addr, | ||
Addr | blocksize, | ||
Tick | min_period, | ||
Tick | max_period, | ||
uint8_t | read_percent, | ||
Addr | data_limit, | ||
unsigned int | num_seq_pkts, | ||
unsigned int | page_size, | ||
unsigned int | nbr_of_banks_DRAM, | ||
unsigned int | nbr_of_banks_util, | ||
Enums::AddrMap | addr_mapping, | ||
unsigned int | nbr_of_ranks, | ||
unsigned int | max_seq_count_per_rank | ||
) |
Definition at line 421 of file base.cc.
References System::cacheLineSize(), masterID, and system.
Referenced by TrafficGen::parseConfig().
Definition at line 363 of file base.cc.
References masterID.
Referenced by TrafficGen::parseConfig().
Definition at line 357 of file base.cc.
References masterID.
Referenced by TrafficGen::parseConfig().
std::shared_ptr< BaseGen > BaseTrafficGen::createLinear | ( | Tick | duration, |
Addr | start_addr, | ||
Addr | end_addr, | ||
Addr | blocksize, | ||
Tick | min_period, | ||
Tick | max_period, | ||
uint8_t | read_percent, | ||
Addr | data_limit | ||
) |
Definition at line 369 of file base.cc.
References System::cacheLineSize(), masterID, and system.
Referenced by TrafficGen::parseConfig().
std::shared_ptr< BaseGen > BaseTrafficGen::createRandom | ( | Tick | duration, |
Addr | start_addr, | ||
Addr | end_addr, | ||
Addr | blocksize, | ||
Tick | min_period, | ||
Tick | max_period, | ||
uint8_t | read_percent, | ||
Addr | data_limit | ||
) |
Definition at line 383 of file base.cc.
References System::cacheLineSize(), masterID, and system.
Referenced by TrafficGen::parseConfig().
std::shared_ptr< BaseGen > BaseTrafficGen::createTrace | ( | Tick | duration, |
const std::string & | trace_file, | ||
Addr | addr_offset | ||
) |
Definition at line 448 of file base.cc.
References masterID, and panic.
Referenced by TrafficGen::parseConfig().
|
overridevirtual |
Notify an object that it needs to drain its state.
If the object does not need further simulation to drain internal buffers, it returns DrainState::Drained and automatically switches to the Drained state. If the object needs more simulation, it returns DrainState::Draining and automatically enters the Draining state. Other return values are invalid.
Implements Drainable.
Definition at line 110 of file base.cc.
References EventManager::deschedule(), Drained, Draining, MaxTick, nextPacketTick, nextTransitionTick, retryPkt, Event::scheduled(), and updateEvent.
|
overridevirtual |
Get a port with a given name and index.
This is used at binding time and returns a reference to a protocol-agnostic port.
if_name | Port name |
idx | Index in the case of a VectorPort |
Reimplemented from SimObject.
Definition at line 91 of file base.cc.
References SimObject::getPort(), and port.
|
overridevirtual |
init() is called after all C++ SimObjects have been created and all ports are connected.
Initializations that are independent of unserialization but rely on a fully instantiated and connected SimObject graph should be done here.
Reimplemented from SimObject.
Reimplemented in TrafficGen.
Definition at line 101 of file base.cc.
References fatal, SimObject::init(), Port::isConnected(), SimObject::name(), and port.
Referenced by TrafficGen::init().
|
protectedpure virtual |
Implemented in TrafficGen, and PyTrafficGen.
Referenced by transition(), and PyTrafficGen::~PyTrafficGen().
|
private |
Method to inform the user we have made no progress.
Definition at line 326 of file base.cc.
References fatal, SimObject::name(), and progressCheck.
Referenced by BaseTrafficGen().
|
private |
Receive a retry from the neighbouring port and attempt to resend the waiting packet.
Definition at line 286 of file base.cc.
References DPRINTF, BaseTrafficGen::StatGroup::numRetries, retryReq(), and stats.
Referenced by BaseTrafficGen::TrafficGenPort::recvReqRetry().
|
private |
Definition at line 460 of file base.cc.
References blockedWaitingResp, curTick(), Packet::isWrite(), panic_if, Packet::print(), Packet::req, retryReq(), Stats::Group::stats, and waitingResp.
Referenced by BaseTrafficGen::TrafficGenPort::recvTimingResp().
|
private |
Definition at line 294 of file base.cc.
References activeGenerator, blockedWaitingResp, curTick(), Draining, Drainable::drainState(), elasticReq, MaxTick, nextPacketTick, nextTransitionTick, port, retryPkt, retryPktTick, BaseTrafficGen::StatGroup::retryTicks, scheduleUpdate(), MasterPort::sendTimingReq(), Drainable::signalDrainDone(), and stats.
Referenced by recvReqRetry(), and recvTimingResp().
|
private |
Schedule the update event based on nextPacketTick and nextTransitionTick.
Definition at line 255 of file base.cc.
References activeGenerator, curTick(), DPRINTF, MaxTick, nextPacketTick, nextTransitionTick, EventManager::schedule(), transition(), and updateEvent.
Referenced by retryReq(), start(), and update().
|
overridevirtual |
Serialize an object.
Output an object's state into the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Reimplemented in TrafficGen.
Definition at line 129 of file base.cc.
References DPRINTF, SimObject::name(), nextPacketTick, nextTransitionTick, Event::scheduled(), SERIALIZE_SCALAR, updateEvent, warn, and Event::when().
Referenced by TrafficGen::serialize().
|
protected |
Definition at line 279 of file base.cc.
References scheduleUpdate(), and transition().
Referenced by TrafficGen::initState(), PyTrafficGen::start(), and PyTrafficGen::~PyTrafficGen().
|
private |
Transition to the next generator.
Definition at line 227 of file base.cc.
References activeGenerator, curTick(), elasticReq, MaxTick, nextGenerator(), nextPacketTick, nextTransitionTick, Event::scheduled(), and updateEvent.
Referenced by TrafficGen::parseConfig(), scheduleUpdate(), start(), and update().
|
overridevirtual |
Unserialize an object.
Read an object's state from the current checkpoint section.
cp | Checkpoint state |
Implements Serializable.
Reimplemented in TrafficGen.
Definition at line 149 of file base.cc.
References SimObject::name(), nextPacketTick, nextTransitionTick, EventManager::schedule(), UNSERIALIZE_SCALAR, updateEvent, and warn.
Referenced by TrafficGen::unserialize().
|
private |
Schedules event for next update and generates a new packet or requests a new generatoir depending on the current time.
Definition at line 166 of file base.cc.
References activeGenerator, allocateWaitingRespSlot(), blockedWaitingResp, Packet::cmdString(), curTick(), DPRINTF, elasticReq, Packet::getAddr(), System::isMemAddr(), SimObject::name(), nextPacketTick, nextTransitionTick, noProgressEvent, BaseTrafficGen::StatGroup::numPackets, BaseTrafficGen::StatGroup::numSuppressed, port, progressCheck, Packet::req, EventManager::reschedule(), retryPkt, retryPktTick, scheduleUpdate(), MasterPort::sendTimingReq(), stats, streamGenerator, system, transition(), Stats::ScalarBase< Derived, Stor >::value(), and warn.
Referenced by BaseTrafficGen().
|
protected |
Currently active generator.
Definition at line 307 of file base.hh.
Referenced by TrafficGen::nextGenerator(), retryReq(), scheduleUpdate(), transition(), and update().
|
private |
Set when we blocked waiting for outstanding reqs.
Definition at line 170 of file base.hh.
Referenced by BaseTrafficGen(), recvTimingResp(), retryReq(), and update().
|
protected |
Determine whether to add elasticity in the request injection, thus responding to backpressure by slowing things down.
Definition at line 79 of file base.hh.
Referenced by retryReq(), transition(), and update().
|
protected |
MasterID used in generated requests.
Definition at line 304 of file base.hh.
Referenced by BaseTrafficGen(), createDram(), createDramRot(), createExit(), createIdle(), createLinear(), createRandom(), and createTrace().
|
private |
Definition at line 123 of file base.hh.
Referenced by allocateWaitingRespSlot(), and BaseTrafficGen().
|
private |
Time of the next packet.
Definition at line 121 of file base.hh.
Referenced by BaseTrafficGen(), drain(), retryReq(), scheduleUpdate(), serialize(), transition(), unserialize(), and update().
|
private |
Time of next transition.
Definition at line 118 of file base.hh.
Referenced by BaseTrafficGen(), drain(), retryReq(), scheduleUpdate(), serialize(), transition(), unserialize(), and update().
|
private |
|
private |
The instance of master port used by the traffic generator.
Definition at line 161 of file base.hh.
Referenced by BaseTrafficGen(), getPort(), init(), retryReq(), and update().
|
protected |
Time to tolerate waiting for retries (not making progress), until we declare things broken.
Definition at line 85 of file base.hh.
Referenced by noProgress(), and update().
|
private |
Packet waiting to be sent.
Definition at line 164 of file base.hh.
Referenced by BaseTrafficGen(), drain(), retryReq(), and update().
|
private |
Tick when the stalled packet was meant to be sent.
Definition at line 167 of file base.hh.
Referenced by BaseTrafficGen(), retryReq(), and update().
|
protected |
Referenced by BaseTrafficGen(), recvReqRetry(), retryReq(), and update().
|
protected |
Stream/SubStreamID Generator.
Definition at line 310 of file base.hh.
Referenced by BaseTrafficGen(), and update().
|
protected |
The system used to determine which mode we are currently operating in.
Definition at line 73 of file base.hh.
Referenced by BaseTrafficGen(), createDram(), createDramRot(), createLinear(), createRandom(), TrafficGen::initState(), and update().
|
private |
Event for scheduling updates.
Definition at line 188 of file base.hh.
Referenced by BaseTrafficGen(), drain(), scheduleUpdate(), serialize(), transition(), and unserialize().
|
protected |
Reqs waiting for response.
Definition at line 192 of file base.hh.
Referenced by allocateWaitingRespSlot(), and recvTimingResp().