summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 20:02:06 -0700
committerGabe Black <gabeblack@google.com>2018-08-28 21:16:00 +0000
commitdc0b98dcdcc8f3665eac4d924060a51493862f2e (patch)
tree22245ea397d7bb494d7769d4d81c8484da17b5b4 /src/systemc/ext/utils/_using.hh
parenta3385dadcb0ffb53da32d2690c0ea8157e2419bd (diff)
downloadgem5-dc0b98dcdcc8f3665eac4d924060a51493862f2e.tar.xz
systemc: Add some nonstandard, undocumented sc_report_* functions.
The tests use these functions. Change-Id: I3cdc10d433d9388742a20fb3a97a1a3efa699e11 Reviewed-on: https://gem5-review.googlesource.com/11271 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/utils/_using.hh')
-rw-r--r--src/systemc/ext/utils/_using.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/_using.hh b/src/systemc/ext/utils/_using.hh
index 16b3e4031..721f40383 100644
--- a/src/systemc/ext/utils/_using.hh
+++ b/src/systemc/ext/utils/_using.hh
@@ -61,6 +61,8 @@ using sc_core::sc_report_handler_proc;
using sc_core::sc_report_handler;
using sc_core::sc_interrupt_here;
using sc_core::sc_stop_here;
+using sc_core::sc_report_compose_message;
+using sc_core::sc_report_close_default_log;
using sc_core::SC_DEFAULT_INFO_ACTIONS;
using sc_core::SC_DEFAULT_WARNING_ACTIONS;
using sc_core::SC_DEFAULT_ERROR_ACTIONS;