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