gem5
v21.1.0.1
|
#include <map>
#include "base/bitunion.hh"
#include "dev/amdgpu/mmio_reader.hh"
#include "dev/io_device.hh"
#include "dev/pci/device.hh"
#include "params/AMDGPUDevice.hh"
Go to the source code of this file.
Classes | |
class | gem5::AMDGPUDevice |
Device model for an AMD GPU. 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. | |
Variables | |
constexpr int | gem5::FRAMEBUFFER_BAR = 0 |
constexpr int | gem5::DOORBELL_BAR = 2 |
constexpr int | gem5::MMIO_BAR = 5 |
constexpr uint32_t | gem5::VGA_ROM_DEFAULT = 0xc0000 |
constexpr uint32_t | gem5::ROM_SIZE = 0x20000 |