gem5
v22.0.0.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 | gem5::BaseGen |
Base class for all generators, with the shared functionality and virtual functions for entering, executing and leaving the generator. More... | |
class | gem5::StochasticGen |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Declaration of the base generator class for all generators.
Definition in file base_gen.hh.