gem5
[DEVELOP-FOR-23.0]
|
#include <sc_port_wrapper.hh>
Public Member Functions | |
ScInterfaceWrapper (IF &i, const std::string name, gem5::PortID id) | |
IF & | interface () |
void | unbind () override |
void | bind (gem5::Port &peer) override |
Private Attributes | |
IF & | iface_ |
Definition at line 47 of file sc_port_wrapper.hh.
|
inline |
Definition at line 101 of file sc_port_wrapper.hh.
|
inlineoverride |
Definition at line 120 of file sc_port_wrapper.hh.
References gem5::Port::bind(), fatal_if, name(), and gem5::Port::name().
|
inline |
Definition at line 106 of file sc_port_wrapper.hh.
|
inlineoverride |
Definition at line 112 of file sc_port_wrapper.hh.
References panic.
|
private |
Definition at line 137 of file sc_port_wrapper.hh.