gem5 v24.0.0.0
|
Contatins the description of the class GUPSGen. More...
#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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
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.