gem5
v21.1.0.1
|
#include <unordered_map>
#include <unordered_set>
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/MemTest.hh"
#include "sim/clocked_object.hh"
#include "sim/eventq.hh"
#include "sim/stats.hh"
Go to the source code of this file.
Classes | |
class | gem5::MemTest |
The MemTest class tests a cache coherent memory system by generating false sharing and verifying the read data against a reference updated on the completion of writes. More... | |
class | gem5::MemTest::CpuPort |
struct | gem5::MemTest::MemTestStats |
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. | |