gem5
|
This is the complete list of members for RandomGen, including all inherited members.
_name | BaseGen | protected |
BaseGen(const std::string &_name, MasterID master_id, Tick _duration) | BaseGen | |
blocksize | RandomGen | protected |
dataLimit | RandomGen | protected |
dataManipulated | RandomGen | protected |
duration | BaseGen | |
endAddr | RandomGen | protected |
enter() | RandomGen | virtual |
exit() | BaseGen | inlinevirtual |
getNextPacket() | RandomGen | virtual |
getPacket(Addr addr, unsigned size, const MemCmd &cmd, Request::FlagsType flags=0) | BaseGen | protected |
masterID | BaseGen | protected |
maxPeriod | RandomGen | protected |
minPeriod | RandomGen | protected |
name() const | BaseGen | inline |
nextPacketTick(bool elastic, Tick delay) const | RandomGen | virtual |
RandomGen(const std::string &_name, MasterID master_id, Tick _duration, Addr start_addr, Addr end_addr, Addr _blocksize, Tick min_period, Tick max_period, uint8_t read_percent, Addr data_limit) | RandomGen | inline |
readPercent | RandomGen | protected |
startAddr | RandomGen | protected |
~BaseGen() | BaseGen | inlinevirtual |