gem5
v22.0.0.1
|
#include <reset_port.hh>
Public Member Functions | |
ResetResponsePort (const std::string &name, PortID id, Device *dev) | |
void | requestReset () override |
![]() | |
Port (const std::string &_name, PortID _id) | |
Abstract base class for ports. More... | |
![]() | |
virtual | ~Port () |
Virtual destructor due to inheritance. More... | |
Port & | getPeer () |
Return a reference to this port's peer. More... | |
const std::string | name () const |
Return port name (for DPRINTF). More... | |
PortID | getId () const |
Get the port id. More... | |
virtual void | bind (Port &peer) |
Attach to a peer port. More... | |
virtual void | unbind () |
Dettach from a peer port. More... | |
bool | isConnected () const |
Is this port currently connected to a peer? More... | |
void | takeOverFrom (Port *old) |
A utility function to make it easier to swap out ports. More... | |
Private Attributes | |
Device * | device = nullptr |
Additional Inherited Members | |
![]() | |
void | reportUnbound () const |
Port (const std::string &_name, PortID _id) | |
Abstract base class for ports. More... | |
![]() | |
const PortID | id |
A numeric identifier to distinguish ports in a vector, and set to InvalidPortID in case this port is not part of a vector. More... | |
Port * | _peer |
A pointer to this port's peer. More... | |
bool | _connected |
Whether this port is currently connected to a peer port. More... | |
Definition at line 46 of file reset_port.hh.
|
inline |
Definition at line 49 of file reset_port.hh.
|
inlineoverridevirtual |
Implements gem5::ResetResponsePortBase.
Definition at line 51 of file reset_port.hh.
|
private |
Definition at line 54 of file reset_port.hh.
Referenced by gem5::ResetResponsePort< gem5::fastmodel::ScxEvsCortexR52 >::requestReset().