44 #ifndef __CPU_TRAFFIC_GEN_RANDOM_GEN_HH__ 45 #define __CPU_TRAFFIC_GEN_RANDOM_GEN_HH__ 80 Addr _blocksize,
Addr cacheline_size,
82 uint8_t read_percent,
Addr data_limit)
83 :
StochasticGen(obj, master_id, _duration, start_addr, end_addr,
84 _blocksize, cacheline_size, min_period, max_period,
85 read_percent, data_limit),
void enter()
Enter this generator state.
PacketPtr getNextPacket()
Get the next generated packet.
uint64_t Tick
Tick count type.
Declaration of the base generator class for all generators.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Declaration of the Packet class.
Tick nextPacketTick(bool elastic, Tick delay) const
Determine the tick when the next packet is available.
The random generator is similar to the linear one, but does not generate sequential addresses...
Abstract superclass for simulation objects.
RandomGen(SimObject &obj, MasterID master_id, Tick _duration, Addr start_addr, Addr end_addr, Addr _blocksize, Addr cacheline_size, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit)
Create a random address sequence generator.
Addr dataManipulated
Counter to determine the amount of data manipulated.