gem5
v21.0.1.0
|
#include <cstdint>
#include <string>
#include "base/types.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
Go to the source code of this file.
Classes | |
class | BaseGen |
Base class for all generators, with the shared functionality and virtual functions for entering, executing and leaving the generator. More... | |
class | StochasticGen |
Declaration of the base generator class for all generators.
Definition in file base_gen.hh.