summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 17:29:44 -0700
committerGabe Black <gabeblack@google.com>2018-08-22 01:04:02 +0000
commit05e48787980102f826632adc3bdfbc711ae559ce (patch)
treecadfee25f5e76ce9b70afd3b0e32158eb18fa7e9 /src/systemc/ext/core/_using.hh
parent00b411d8d28af46b9067fe252cebd8dddd0ebfec (diff)
downloadgem5-05e48787980102f826632adc3bdfbc711ae559ce.tar.xz
systemc: Add the nonstandard, undocumented halt function.
Used in the tests. Change-Id: I9b4f10600a50e0def1b5d55428cb4ad49e401295 Reviewed-on: https://gem5-review.googlesource.com/11263 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/core/_using.hh')
-rw-r--r--src/systemc/ext/core/_using.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/ext/core/_using.hh b/src/systemc/ext/core/_using.hh
index 5f5a23af4..32cbd7028 100644
--- a/src/systemc/ext/core/_using.hh
+++ b/src/systemc/ext/core/_using.hh
@@ -87,6 +87,7 @@ using sc_core::SC_BIND_PROXY_NIL;
using sc_core::sc_module;
using sc_core::next_trigger;
using sc_core::wait;
+using sc_core::halt;
using sc_core::sc_gen_unique_name;
using sc_core::sc_behavior;
using sc_core::sc_channel;