summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-07 03:02:56 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 01:11:44 +0000
commitb366cbcde953e2adddc10a2825e2803b5f8a9bdd (patch)
treee532fa49c762eb6b293f88f5a0583946d3a88227 /src/systemc/ext/utils/_using.hh
parent98f40c54a31457078de587b8a29fdd055b9db28b (diff)
downloadgem5-b366cbcde953e2adddc10a2825e2803b5f8a9bdd.tar.xz
systemc: Switch to using predefined messages for utils.
Create and use predefined messages for utils which match the ones Accellera uses. Change-Id: I932b7206fc16181d01a0d5b7441ce617b30e5365 Reviewed-on: https://gem5-review.googlesource.com/c/13328 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.hh17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/_using.hh b/src/systemc/ext/utils/_using.hh
index 721f40383..2cbb7254f 100644
--- a/src/systemc/ext/utils/_using.hh
+++ b/src/systemc/ext/utils/_using.hh
@@ -98,4 +98,21 @@ using sc_core::sc_release;
using sc_core::sc_copyright;
using sc_core::sc_version;
+using sc_core::SC_ID_UNKNOWN_ERROR_;
+using sc_core::SC_ID_WITHOUT_MESSAGE_;
+using sc_core::SC_ID_NOT_IMPLEMENTED_;
+using sc_core::SC_ID_INTERNAL_ERROR_;
+using sc_core::SC_ID_ASSERTION_FAILED_;
+using sc_core::SC_ID_OUT_OF_BOUNDS_;
+using sc_core::SC_ID_ABORT_;
+
+using sc_core::SC_ID_REGISTER_ID_FAILED_;
+using sc_core::SC_ID_STRING_TOO_LONG_;
+using sc_core::SC_ID_FRONT_ON_EMPTY_LIST_;
+using sc_core::SC_ID_BACK_ON_EMPTY_LIST_;
+using sc_core::SC_ID_IEEE_1666_DEPRECATION_;
+using sc_core::SC_ID_VECTOR_INIT_CALLED_TWICE_;
+using sc_core::SC_ID_VECTOR_BIND_EMPTY_;
+using sc_core::SC_ID_VECTOR_NONOBJECT_ELEMENTS_;
+
#endif //__SYSTEMC_EXT_UTILS__USING_HH__