Go to the documentation of this file.
44 #ifndef __CPU_TRAFFIC_GEN_STREAM_GEN_HH__
45 #define __CPU_TRAFFIC_GEN_STREAM_GEN_HH__
47 #include "params/BaseTrafficGen.hh"
63 "Must provide a vector of StreamIDs");
114 "Invalid sids/ssids configuration");
144 #endif // __CPU_TRAFFIC_GEN_STREAM_GEN_HH__
StreamGen(const BaseTrafficGenParams &p)
RandomStreamGen(const BaseTrafficGenParams &p)
uint32_t pickSubstreamID() override
uint32_t pickStreamID() override
FixedStreamGen(const BaseTrafficGenParams &p)
uint32_t pickStreamID() override
bool ssidValid() const
Returns true if the substreamID generation is valid and hence should be taken into account.
virtual uint32_t pickStreamID()=0
std::vector< uint32_t > substreamIds
uint32_t randomPick(const std::vector< uint32_t > &svec)
Function to pick one of the preset Stream or Substream ID.
static StreamGen * create(const BaseTrafficGenParams &p)
Factory method for constructing a Stream generator.
virtual uint32_t pickSubstreamID()=0
uint32_t pickSubstreamID() override
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::vector< uint32_t > streamIds
Store preset Stream and Substream IDs to use for requests This is the set of available streamIDs the ...
Generated on Wed May 4 2022 12:13:55 for gem5 by doxygen 1.8.17