gem5
|
#include <unordered_map>
#include "base/statistics.hh"
#include "cpu/testers/traffic_gen/generators.hh"
#include "mem/mem_object.hh"
#include "mem/qport.hh"
#include "params/TrafficGen.hh"
Go to the source code of this file.
Classes | |
class | TrafficGen |
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. More... | |
struct | TrafficGen::Transition |
Struct to represent a probabilistic transition during parsing. More... | |
class | TrafficGen::TrafficGenPort |
Master port specialisation for the traffic generator. More... | |