43 #ifndef __CPU_TRAFFIC_GEN_IDLE_GEN_HH__ 44 #define __CPU_TRAFFIC_GEN_IDLE_GEN_HH__ 60 :
BaseGen(obj, master_id, _duration)
void enter()
Enter this generator state.
The idle generator does nothing.
IdleGen(SimObject &obj, MasterID master_id, Tick _duration)
uint64_t Tick
Tick count type.
Declaration of the base generator class for all generators.
Tick nextPacketTick(bool elastic, Tick delay) const
Determine the tick when the next packet is available.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Declaration of the Packet class.
PacketPtr getNextPacket()
Get the next generated packet.
Base class for all generators, with the shared functionality and virtual functions for entering...
Abstract superclass for simulation objects.