summaryrefslogtreecommitdiff
path: root/src/systemc/core/module.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/core/module.hh')
-rw-r--r--src/systemc/core/module.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/core/module.hh b/src/systemc/core/module.hh
index e276dad19..e60018e2b 100644
--- a/src/systemc/core/module.hh
+++ b/src/systemc/core/module.hh
@@ -111,6 +111,8 @@ class Module
const char *uniqueName(const char *seed) { return nameGen.gen(seed); }
+ void bindPorts(std::vector<const ::sc_core::sc_bind_proxy *> &proxies);
+
std::vector<::sc_core::sc_port_base *> ports;
std::vector<::sc_core::sc_export_base *> exports;
};