gem5
[DEVELOP-FOR-23.0]
|
#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 | |
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. | |
Declaration of a common base class for cache tagstore objects.
Definition in file base.hh.