gem5
v21.2.1.1
|
#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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
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.