summaryrefslogtreecommitdiff
path: root/src/systemc/tlm_port_wrapper.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/tlm_port_wrapper.hh')
-rw-r--r--src/systemc/tlm_port_wrapper.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/tlm_port_wrapper.hh b/src/systemc/tlm_port_wrapper.hh
index 0553a18ef..59f8d9fe0 100644
--- a/src/systemc/tlm_port_wrapper.hh
+++ b/src/systemc/tlm_port_wrapper.hh
@@ -74,6 +74,7 @@ class TlmInitiatorWrapper : public ::Port
"incompatible port %s.", name(), peer.name());
initiator().bind(target->target());
+ Port::bind(peer);
}
void
@@ -107,6 +108,7 @@ class TlmTargetWrapper : public ::Port
{
// Ignore attempts to bind a target socket. The initiator will
// handle it.
+ Port::bind(peer);
}
void