Go to the documentation of this file.
40 :
reset(module_name +
".reset", 0, this),
41 halt(module_name +
".halt", 0, this)
47 nsrvbar(module_name +
".nsrvbar"),
48 rvbar(module_name +
".rvbar"),
49 reset(module_name +
".reset"),
50 halt(module_name +
".halt")
52 panic_if(
cpu ==
nullptr,
"ResetControllerExample needs a target cpu.");
54 [
this] (
auto &
reg,
auto val)
59 [
this] (
auto &
reg,
auto val)
64 [
this] (
auto &
reg,
auto val)
75 [
this] (
auto &
reg,
auto val)
115 if (size != 4 && size != 8) {
127 if (if_name ==
"reset")
129 else if (if_name ==
"halt")
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
Addr pioAddr
Address that the device listens to.
const std::string name() const
Return port name (for DPRINTF).
virtual void setResetAddr(Addr addr, bool secure=false)
ResetControllerExample(const Params &)
FastModelResetControllerExampleParams Params
Registers(const std::string &, Iris::BaseCPU *, CorePins *)
virtual void write(Addr addr, const void *buf, Addr bytes)
void addRegisters(std::initializer_list< std::reference_wrapper< RegisterBase >> regs)
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
virtual std::string name() const
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Port & getPort(const std::string &, PortID=InvalidPortID) override
Get a port with a given name and index.
uint64_t Tick
Tick count type.
Tick pioDelay
Delay that the device experinces on an access.
bool isConnected() const
Is this port currently connected to a peer?
CorePins(const std::string &)
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
Ports are used to interface objects to each other.
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
T * getPtr()
get a pointer to the data ptr.
Generated on Thu Jun 16 2022 10:41:37 for gem5 by doxygen 1.8.17