Go to the documentation of this file.
40 #include "debug/Clint.hh"
43 #include "params/Clint.hh"
51 intrctrl(params.intrctrl),
52 signal(params.
name +
".signal", 0, this),
53 registers(params.
name +
".registers", params.pio_addr, this)
64 for (
int context_id = 0; context_id <
nThread; context_id++) {
71 if (mtime >= mtimecmp) {
72 if (mtime == mtimecmp) {
74 "MTIP posted - thread: %d, mtime: %d, mtimecmp: %d\n",
75 context_id, mtime, mtimecmp);
87 using namespace std::placeholders;
91 reserved.emplace_back(
"reserved0", reserved0_size);
94 reserved.emplace_back(
"reserved1", reserved1_size);
108 msip[
i].reader(read_cb);
110 msip[
i].writer(write_cb);
140 "MSIP posted - thread: %d\n", thread_id);
145 "MSIP cleared - thread: %d\n", thread_id);
157 "Read request - addr: %#x, size: %#x, atomic:%d\n",
177 "Write request - addr: %#x, size: %#x\n",
198 if (if_name ==
"int_pin")
IntSinkPin< Clint > signal
void clear(int cpu_id, int int_num, int index)
void post(int cpu_id, int int_num, int index)
std::vector< Register32 > msip
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
Clint::ClintRegisters registers
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void addRegister(RegisterBase ®)
const std::string to_string(sc_enc enc)
std::vector< Register64 > mtimecmp
uint64_t Tick
Tick count type.
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
virtual void write(Addr addr, const void *buf, Addr bytes)
void raiseInterruptPin(int id)
Timer tick callback.
virtual void read(Addr addr, void *buf, Addr bytes)
ClintRegisters::Register32 Register32
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Clint(const Params ¶ms)
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Ports are used to interface objects to each other.
AtomicOpFunctor * getAtomicOp() const
Accessor function to atomic op.
Addr pioSize
Size that the device's address range.
NOTE: This implementation of CLINT is based on the SiFive U54MC datasheet: https://sifive....
uint32_t readMSIP(Register32 ®, const int thread_id)
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
const std::string & name()
void paramOut(CheckpointOut &cp, const std::string &name, ExtMachInst const &machInst)
MemCmd cmd
The command field of the packet.
void serialize(CheckpointOut &cp) const override
Serialize an object.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Tick pioDelay
Delay that the device experinces on an access.
T * getPtr()
get a pointer to the data ptr.
std::ostream CheckpointOut
void paramIn(CheckpointIn &cp, const std::string &name, ExtMachInst &machInst)
std::vector< RegisterRaz > reserved
void init() override
SimObject functions.
Tick read(PacketPtr pkt) override
PioDevice interface functions.
void writeMSIP(Register32 ®, const uint32_t &data, const int thread_id)
Generated on Tue Mar 23 2021 19:41:26 for gem5 by doxygen 1.8.17