gem5
v21.1.0.0
|
#include <cassert>
#include <string>
#include <type_traits>
#include "base/logging.hh"
#include "base/named.hh"
#include "base/trace.hh"
#include "base/types.hh"
#include "debug/Drain.hh"
#include "mem/cache/queue_entry.hh"
#include "mem/packet.hh"
#include "sim/cur_tick.hh"
#include "sim/drain.hh"
Go to the source code of this file.
Classes | |
class | gem5::Queue< Entry > |
A high-level queue interface, to be used by both the MSHR queue and the write buffer. 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 high-level queue structure
Definition in file queue.hh.