Go to the documentation of this file.
43 #ifndef __CPU_TRAFFIC_GEN_BASE_GEN_HH__
44 #define __CPU_TRAFFIC_GEN_BASE_GEN_HH__
112 virtual void enter() = 0;
145 Addr _blocksize,
Addr cacheline_size,
147 uint8_t read_percent,
Addr data_limit);
const Tick minPeriod
Request generation period.
virtual PacketPtr getNextPacket()=0
Get the next generated packet.
const Addr blocksize
Blocksize and address increment.
std::string name() const
Get the name, useful for DPRINTFs.
const std::string _name
Name to use for status and debug printing.
StochasticGen(SimObject &obj, RequestorID requestor_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)
virtual Tick nextPacketTick(bool elastic, Tick delay) const =0
Determine the tick when the next packet is available.
PacketPtr getPacket(Addr addr, unsigned size, const MemCmd &cmd, Request::FlagsType flags=0)
Generate a new request and associated packet.
const Addr startAddr
Start of address range.
const Addr dataLimit
Maximum amount of data to manipulate.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
const Addr endAddr
End of address range.
Abstract superclass for simulation objects.
virtual void exit()
Exit this generator state.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Base class for all generators, with the shared functionality and virtual functions for entering,...
virtual void enter()=0
Enter this generator state.
const uint8_t readPercent
Percent of generated transactions that should be reads.
const Addr cacheLineSize
Cache line size in the simulated system.
const RequestorID requestorId
The RequestorID used for generating requests.
const Tick duration
Time to spend in this state.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
BaseGen(SimObject &obj, RequestorID requestor_id, Tick _duration)
Create a base generator.
Generated on Wed May 4 2022 12:13:55 for gem5 by doxygen 1.8.17