40 #ifndef __CPU_TRAFFIC_GEN_PYGEN_HH__ 41 #define __CPU_TRAFFIC_GEN_PYGEN_HH__ 43 #include "pybind11/pybind11.h" 48 struct PyTrafficGenParams;
57 void start(pybind11::object meta_generator);
66 #endif //__CPU_TRAFFIC_GEN_PYGEN_HH__ virtual std::shared_ptr< BaseGen > nextGenerator()=0
pybind11::iterator metaGenerator
Declaration of the base generator class for all generators.
The traffic generator is a master module that generates stimuli for the memory system, based on a collection of simple generator behaviours that are either probabilistic or based on traces.