gem5
[DEVELOP-FOR-23.0]
|
#include "arch/riscv/interrupts.hh"
#include "dev/io_device.hh"
#include "dev/platform.hh"
#include "params/LupioPIC.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | gem5::LupioPIC |
LupioPIC: A programmable interrupt controller virtual device that can manage input IRQs coming from up to 32 sources. 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. | |
Macros | |
#define | LUPIO_PIC_NSRC 32 |
#define LUPIO_PIC_NSRC 32 |
Definition at line 38 of file lupio_pic.hh.