Go to the documentation of this file.
38 #ifndef __DEV_RISCV_PLIC_HH__
39 #define __DEV_RISCV_PLIC_HH__
49 #include "params/Plic.hh"
55 using namespace RiscvISA;
128 void post(
int src_id);
129 void clear(
int src_id);
134 void init()
override;
190 const Addr pendingStart = 0x1000;
191 const Addr enableStart = 0x2000;
192 const Addr thresholdStart = 0x0200000;
193 const Addr enablePadding = 0x80;
194 const Addr thresholdPadding = 0x1000;
195 const Addr maxBankSize = 0x4000000;
226 const int src32_id,
const int context_id);
229 const int context_id);
234 const int context_id);
259 void propagateOutput();
287 #endif // __DEV_RISCV_PLIC_HH__
void unserialize(ThreadContext &tc, CheckpointIn &cp)
int nSrc32
Number of 32-bit pending registers needed = ceil(nSrc / 32)
std::vector< RegisterRaz > enable_holes
int nContext
Number of interrupt contexts = nThread * 2 e.g.
std::vector< std::vector< Register32 > > enable
std::map< Tick, PlicOutput > outputQueue
std::vector< uint32_t > pendingPriority
std::vector< Register32 > pending
std::vector< RegisterRaz > reserved
std::vector< Register32 > threshold
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
std::vector< uint32_t > maxID
std::vector< std::vector< uint32_t > > effPriority
void serialize(const ThreadContext &tc, CheckpointOut &cp)
Thread context serialization helpers.
NOTE: This implementation of CLINT is based on the SiFive U54MC datasheet: https://sifive....
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
const std::string & name()
std::vector< Register32 > claim
std::vector< uint32_t > maxPriority
PlicRegisters(const std::string &name, Addr base, Plic *plic)
std::vector< Register32 > priority
EventFunctionWrapper update
std::ostream CheckpointOut
const FlagsType init
This Stat is Initialized.
std::vector< RegisterRaz > claim_holes
std::vector< uint32_t > lastID
Register< uint32_t > Register32
PlicRegisters::Register32 Register32
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed Jul 28 2021 12:10:26 for gem5 by doxygen 1.8.17