gem5 v24.0.0.0
|
#include <signal_sender.hh>
Public Member Functions | |
SignalSender (const std::string &_name, PortID _id) | |
Public Member Functions inherited from gem5::SignalSinkPort< bool > | |
SignalSinkPort (const std::string &_name, PortID _id=InvalidPortID) | |
const bool & | state () const |
void | onChange (OnChangeFunc func) |
void | bind (Port &peer) override |
Attach to a peer port. | |
void | unbind () override |
Dettach from a peer port. | |
Public Member Functions inherited from gem5::Port | |
virtual | ~Port () |
Virtual destructor due to inheritance. | |
Port & | getPeer () |
Return a reference to this port's peer. | |
const std::string | name () const |
Return port name (for DPRINTF). | |
PortID | getId () const |
Get the port id. | |
bool | isConnected () const |
Is this port currently connected to a peer? | |
void | takeOverFrom (Port *old) |
A utility function to make it easier to swap out ports. | |
Public Attributes | |
amba_pv::signal_master_port< bool > | signal_out |
Additional Inherited Members | |
Public Types inherited from gem5::SignalSinkPort< bool > | |
using | OnChangeFunc |
Protected Member Functions inherited from gem5::SignalSinkPort< bool > | |
void | set (const bool &new_state, const bool bypass_on_change=false) |
Protected Member Functions inherited from gem5::Port | |
void | reportUnbound () const |
Port (const std::string &_name, PortID _id) | |
Abstract base class for ports. | |
Protected Attributes inherited from gem5::Port | |
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. | |
Port * | _peer |
A pointer to this port's peer. | |
bool | _connected |
Whether this port is currently connected to a peer port. | |
Definition at line 44 of file signal_sender.hh.
|
inline |
Definition at line 49 of file signal_sender.hh.
References gem5::SignalSinkPort< bool >::onChange(), and signal_out.
amba_pv::signal_master_port<bool> gem5::fastmodel::SignalSender::signal_out |
Definition at line 47 of file signal_sender.hh.
Referenced by gem5::fastmodel::ScxEvsCortexR52< Types >::CorePins::CorePins(), gem5::fastmodel::PL330::PL330(), gem5::fastmodel::SCGIC::SCGIC(), gem5::fastmodel::ScxEvsCortexA76< Types >::ScxEvsCortexA76(), gem5::fastmodel::ScxEvsCortexR52< Types >::ScxEvsCortexR52(), and SignalSender().