|
gem5
v20.1.0.5
|
#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 | NoncoherentCache |
| A non-coherent cache. More... | |
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.