39 fatal(
"Attempt to bind port %s to non-ethernet port %s.",
57 panic(
"You cannot change the peer once it is set.\n" 58 "Current peer=%s Desired peer=%s",
peer->
name(), p->
name());
#define panic(...)
This implements a cprintf based panic() function.
void setPeer(EtherInt *p)
const std::string & name() const
Return port name (for DPRINTF).
Ports are used to interface objects to each other.
#define fatal(...)
This implements a cprintf based fatal() function.
void unbind() override
Dettach from a peer port.
void bind(Port &peer) override
Attach to a peer port.
bool _connected
Whether this port is currently connected to a peer port.
const std::string name() const
Return port name (for DPRINTF).