37 "incompatible port %s.",
name(), peer.
name());
52 fatal_if(!sink,
"Attempt to bind interrupt source pin %s to " 53 "incompatible port %s.",
name(), peer.
name());
void unbind() override
Dettach from a peer port.
void bind(Port &peer) override
Attach to a peer port.
Ports are used to interface objects to each other.
void unbind() override
Dettach from a peer port.
void bind(Port &peer) override
Attach to a peer port.
virtual void unbind()
Dettach from a peer port.
#define fatal_if(cond,...)
Conditional fatal macro that checks the supplied condition and only causes a fatal error if the condi...
virtual void bind(Port &peer)
Attach to a peer port.
const std::string name() const
Return port name (for DPRINTF).
IntSourcePinBase * source