gem5
v20.1.0.0
|
#include <sc_port_wrapper.hh>
Public Types | |
using | ScPort = sc_core::sc_port_b< IF > |
Public Member Functions | |
ScPortWrapper (ScPort &p, const std::string &name, PortID id) | |
ScPort & | port () |
void | unbind () override |
void | bind (::Port &peer) override |
Private Attributes | |
ScPort & | port_ |
Definition at line 45 of file sc_port_wrapper.hh.
using sc_gem5::ScPortWrapper< IF >::ScPort = sc_core::sc_port_b<IF> |
Definition at line 55 of file sc_port_wrapper.hh.
|
inline |
Definition at line 57 of file sc_port_wrapper.hh.
|
inlineoverride |
Definition at line 74 of file sc_port_wrapper.hh.
References sc_core::sc_port_b< IF >::bind(), sc_gem5::Port::bind(), fatal, name(), and sc_gem5::ScPortWrapper< IF >::port_.
|
inline |
Definition at line 62 of file sc_port_wrapper.hh.
References sc_gem5::ScPortWrapper< IF >::port_.
|
inlineoverride |
Definition at line 68 of file sc_port_wrapper.hh.
References panic.
|
private |
Definition at line 90 of file sc_port_wrapper.hh.
Referenced by sc_gem5::ScPortWrapper< IF >::bind(), and sc_gem5::ScPortWrapper< IF >::port().