gem5 v24.0.0.0
|
Declaration of a base set associative tag store. More...
#include <cstdint>
#include <functional>
#include <string>
#include <vector>
#include "base/logging.hh"
#include "base/types.hh"
#include "mem/cache/base.hh"
#include "mem/cache/cache_blk.hh"
#include "mem/cache/replacement_policies/base.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/cache/tags/base.hh"
#include "mem/cache/tags/indexing_policies/base.hh"
#include "mem/cache/tags/partitioning_policies/partition_manager.hh"
#include "mem/packet.hh"
#include "params/BaseSetAssoc.hh"
Go to the source code of this file.
Classes | |
class | gem5::BaseSetAssoc |
A basic cache tag store. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a base set associative tag store.
Definition in file base_set_assoc.hh.