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
LupV(const Params ¶ms)
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
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
std::ostream CheckpointOut
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.