gem5
v22.0.0.0
|
#include "dev/arm/base_gic.hh"
#include "dev/dma_device.hh"
#include "dev/io_device.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/AmbaPioDevice.hh"
#include "params/AmbaDmaDevice.hh"
#include "params/AmbaIntDevice.hh"
Go to the source code of this file.
Classes | |
class | gem5::AmbaDevice |
class | gem5::AmbaPioDevice |
class | gem5::AmbaIntDevice |
class | gem5::AmbaDmaDevice |
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. | |
This is a base class for AMBA devices that have to respond to Device and Implementer ID calls.
Definition in file amba_device.hh.