gem5
v21.2.1.1
|
#include <queue>
#include <unordered_map>
#include <vector>
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/GUPSGen.hh"
#include "sim/clocked_object.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | gem5::GUPSGen |
class | gem5::GUPSGen::GenPort |
definition of the GenPort class which is of the type RequestPort. More... | |
struct | gem5::GUPSGen::GUPSGenStat |
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. | |
Contatins the description of the class GUPSGen. GUPSGen is a simobject that will generate a memory access pattern to that of RandomAccess benchmark specified by HPCC benchmarks. Find more details: [https://icl.cs.utk.edu/projectsfiles/hpcc/RandomAccess/]
Definition in file gups_gen.hh.