gem5 v24.0.0.0
|
Specifies a non-coherent cache. More...
#include "base/compiler.hh"
#include "base/logging.hh"
#include "base/types.hh"
#include "mem/cache/base.hh"
#include "mem/packet.hh"
Go to the source code of this file.
Classes | |
class | gem5::NoncoherentCache |
A non-coherent cache. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Specifies a non-coherent cache.
The non-coherent cache is expected to be located below the point of coherency. All valid blocks in the non-coherent cache can always be written to without any prior invalidations or snoops.
Definition in file noncoherent_cache.hh.