gem5
v20.1.0.0
|
#include <memory>
#include <tuple>
#include <unordered_map>
#include "base/statistics.hh"
#include "enums/AddrMap.hh"
#include "mem/qport.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | BaseTrafficGen |
The traffic generator is a 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... | |
class | BaseTrafficGen::TrafficGenPort |
Request port specialisation for the traffic generator. More... | |
struct | BaseTrafficGen::StatGroup |