summaryrefslogtreecommitdiff
path: root/dev/tsunami.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami.cc')
-rw-r--r--dev/tsunami.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc
index 8956ee557..b5e7ab3b8 100644
--- a/dev/tsunami.cc
+++ b/dev/tsunami.cc
@@ -56,6 +56,12 @@ Tsunami::Tsunami(const string &name, System *s,
intr_sum_type[i] = 0;
}
+Tick
+Tsunami::intrFrequency()
+{
+ return io->frequency();
+}
+
void
Tsunami::postConsoleInt()
{