summaryrefslogtreecommitdiff
path: root/src/mem/port.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/port.hh')
-rw-r--r--src/mem/port.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/port.hh b/src/mem/port.hh
index 35f2993df..eac92791e 100644
--- a/src/mem/port.hh
+++ b/src/mem/port.hh
@@ -140,6 +140,7 @@ class MasterPort : public Port
PortID id = InvalidPortID);
virtual ~MasterPort();
+ void unBind();
void bind(SlavePort& slave_port);
SlavePort& getSlavePort() const;
bool isConnected() const;
@@ -297,6 +298,7 @@ class SlavePort : public Port
PortID id = InvalidPortID);
virtual ~SlavePort();
+ void unBind();
void bind(MasterPort& master_port);
MasterPort& getMasterPort() const;
bool isConnected() const;