gem5 v24.0.0.0
|
#include <unordered_map>
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/SimpleCache.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::SimpleCache |
A very simple cache object. More... | |
class | gem5::SimpleCache::CPUSidePort |
Port on the CPU-side that receives requests. More... | |
class | gem5::SimpleCache::MemSidePort |
Port on the memory-side that receives responses. More... | |
struct | gem5::SimpleCache::SimpleCacheStats |
Cache statistics. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |