44 #include "debug/TrafficGen.hh"
const Addr dataLimit
Maximum amount of data to manipulate.
const Tick minPeriod
Request generation period.
PacketPtr getPacket(Addr addr, unsigned size, const MemCmd &cmd, Request::FlagsType flags=0)
Generate a new request and associated packet.
std::enable_if< std::is_integral< T >::value, T >::type random()
Use the SFINAE idiom to choose an implementation based on whether the type is integral or floating po...
Tick curTick()
The current simulated tick.
Addr nextAddr
Address of next request.
Tick nextPacketTick(bool elastic, Tick delay) const
Determine the tick when the next packet is available.
The traffic generator is a master module that generates stimuli for the memory system, based on a collection of simple behaviours that are either probabilistic or based on traces.
uint64_t Tick
Tick count type.
const uint8_t readPercent
Percent of generated transactions that should be reads.
void enter()
Enter this generator state.
const Addr startAddr
Start of address range.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Declaration of the linear generator that generates sequential requests.
Addr dataManipulated
Counter to determine the amount of data manipulated.
const Addr blocksize
Blocksize and address increment.
PacketPtr getNextPacket()
Get the next generated packet.
const Addr endAddr
End of address range.