gem5
v22.0.0.0
|
#include <deque>
#include "base/statistics.hh"
#include "debug/FlashDevice.hh"
#include "dev/arm/abstract_nvm.hh"
#include "enums/DataDistribution.hh"
#include "params/FlashDevice.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | gem5::FlashDevice |
Flash Device model The Flash Device model is a timing model for a NAND flash device. More... | |
struct | gem5::FlashDevice::PageMapEntry |
Every logical address maps to a physical block and a physical page. More... | |
struct | gem5::FlashDevice::CallBackEntry |
struct | gem5::FlashDevice::FlashDeviceStats |
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. | |