gem5 v24.0.0.0
|
Declaration of a common base class for cache tagstore objects. More...
#include <cassert>
#include <cstdint>
#include <functional>
#include <string>
#include "base/callback.hh"
#include "base/logging.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/cache_blk.hh"
#include "mem/packet.hh"
#include "params/BaseTags.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::BaseTags |
A common base class of Cache tagstore objects. More... | |
struct | gem5::BaseTags::BaseTagStats |
TODO: It would be good if these stats were acquired after warmup. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a common base class for cache tagstore objects.
Definition in file base.hh.