Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/10852
Change subject: systemc: Add some missing "using"s for core enums, etc.
......................................................................
systemc: Add some missing "using"s for core enums, etc.
Change-Id: Ie2a61c412ff334c250b209f286571c18c7f06425
---
M src/systemc/ext/core/_using.hh
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/src/systemc/ext/core/_using.hh b/src/systemc/ext/core/_using.hh
index 95ffc32..a9db38e 100644
--- a/src/systemc/ext/core/_using.hh
+++ b/src/systemc/ext/core/_using.hh
@@ -53,10 +53,16 @@
using sc_core::sc_argc;
using sc_core::sc_argv;
+using sc_core::sc_starvation_policy;
+using sc_core::SC_RUN_TO_TIME;
+using sc_core::SC_EXIT_ON_STARVATION;
using sc_core::sc_start;
using sc_core::sc_pause;
using sc_core::sc_set_stop_mode;
using sc_core::sc_get_stop_mode;
+using sc_core::sc_stop_mode;
+using sc_core::SC_STOP_FINISH_DELTA;
+using sc_core::SC_STOP_IMMEDIATE;
using sc_core::sc_stop;
using sc_core::sc_time_stamp;
using sc_core::sc_delta_count;
@@ -66,6 +72,15 @@
using sc_core::sc_pending_activity;
using sc_core::sc_time_to_pending_activity;
using sc_core::sc_get_status;
+using sc_core::SC_ELABORATION;
+using sc_core::SC_BEFORE_END_OF_ELABORATION;
+using sc_core::SC_END_OF_ELABORATION;
+using sc_core::SC_START_OF_SIMULATION;
+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_status;
using sc_core::sc_bind_proxy;
using sc_core::SC_BIND_PROXY_NIL;
@@ -102,6 +117,12 @@
using sc_core::sc_spawn;
using sc_core::sc_time_unit;
+using sc_core::SC_FS;
+using sc_core::SC_PS;
+using sc_core::SC_NS;
+using sc_core::SC_US;
+using sc_core::SC_MS;
+using sc_core::SC_SEC;
using sc_core::sc_time;
using sc_core::SC_ZERO_TIME;
using sc_core::sc_set_time_resolution;
--
To view, visit https://gem5-review.googlesource.com/10852
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ie2a61c412ff334c250b209f286571c18c7f06425
Gerrit-Change-Number: 10852
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev