gem5
v21.1.0.1
|
#include <fstream>
#include <memory>
#include "base/bmpwriter.hh"
#include "base/framebuffer.hh"
#include "base/output.hh"
#include "dev/arm/amba_device.hh"
#include "params/Pl111.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | gem5::Pl111 |
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. | |
Implementiation of a PL111 CLCD controller
Definition in file pl111.hh.