summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 21:28:41 -0700
committerGabe Black <gabeblack@google.com>2018-08-28 21:18:27 +0000
commit47c2918a1fe045abec19a9e61a24b262bfc2f830 (patch)
tree21e2beb6ad806c25966a48d71797e549a86473be /src/systemc/ext/core/_using.hh
parent53779eb12e787e859c749a710a9e8f613e49a905 (diff)
downloadgem5-47c2918a1fe045abec19a9e61a24b262bfc2f830.tar.xz
systemc: Add non-standard sc_status constants.
Change-Id: I02f52df318473906062035b188348fb875daad08 Reviewed-on: https://gem5-review.googlesource.com/11276 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.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemc/ext/core/_using.hh b/src/systemc/ext/core/_using.hh
index 331e3dd9a..da8270021 100644
--- a/src/systemc/ext/core/_using.hh
+++ b/src/systemc/ext/core/_using.hh
@@ -80,6 +80,10 @@ using sc_core::SC_RUNNING;
using sc_core::SC_PAUSED;
using sc_core::SC_STOPPED;
using sc_core::SC_END_OF_SIMULATION;
+using sc_core::SC_END_OF_INITIALIZATION;
+using sc_core::SC_END_OF_UPDATE;
+using sc_core::SC_BEFORE_TIMESTEP;
+using sc_core::SC_STATUS_ANY;
using sc_core::sc_status;
using sc_core::sc_bind_proxy;