29#ifndef __DEV_RISCV_LUPV_HH__
30#define __DEV_RISCV_LUPV_HH__
34#include "params/LupV.hh"
39using namespace RiscvISA;
ClockedObjectParams Params
Parameters of ClockedObject.
The LupV collection consists of a RISC-V processor, as well as the set of LupiIO devices.
void serialize(CheckpointOut &cp) const override
Serialize an object.
void clearPciInt(int line) override
void postPciInt(int line) override
void unserialize(CheckpointIn &cp) override
Unserialize an object.
virtual Addr pciToDma(Addr pciAddr) const
void postConsoleInt() override
void clearConsoleInt() override
LupioPIC: A programmable interrupt controller virtual device that can manage input IRQs coming from u...
const Params & params() const
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::ostream CheckpointOut
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.