38 #ifndef __CPU_TRAFFIC_GEN_PYGEN_HH__ 39 #define __CPU_TRAFFIC_GEN_PYGEN_HH__ 41 #include "pybind11/pybind11.h" 46 struct PyTrafficGenParams;
55 void start(pybind11::object meta_generator);
64 #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.