gem5
v20.1.0.0
|
#include <sc_port_wrapper.hh>
Public Member Functions | |
ScInterfaceWrapper (IF &i, const std::string name, PortID id) | |
IF & | interface () |
void | unbind () override |
void | bind (::Port &peer) override |
Private Attributes | |
IF & | iface_ |
Definition at line 47 of file sc_port_wrapper.hh.
|
inline |
Definition at line 97 of file sc_port_wrapper.hh.
|
inlineoverride |
Definition at line 114 of file sc_port_wrapper.hh.
References sc_gem5::Port::bind(), fatal_if, and name().
|
inline |
Definition at line 102 of file sc_port_wrapper.hh.
References sc_gem5::ScInterfaceWrapper< IF >::iface_.
|
inlineoverride |
Definition at line 108 of file sc_port_wrapper.hh.
References panic.
|
private |
Definition at line 129 of file sc_port_wrapper.hh.
Referenced by sc_gem5::ScInterfaceWrapper< IF >::interface().