summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-13 18:52:02 -0700
committerGabe Black <gabeblack@google.com>2018-08-15 01:37:10 +0000
commita18e901b1640ac53e79e27a4eb2979ade60401b4 (patch)
tree07eccae84f098c2cff05e00d0c44e837ac15fe3d /src/systemc/ext/channel/_using.hh
parenta7c7b939713b62043646c6b9b9254faa8e8b98ce (diff)
downloadgem5-a18e901b1640ac53e79e27a4eb2979ade60401b4.tar.xz
systemc: Add some deprecated features to sc_clock.*.
Add in two deprecated typedefs, and a deprecated constructor. These are necessary to get the regressions to build. Change-Id: Id8320a67c680acbca0abaee9898158ffd2678d67 Reviewed-on: https://gem5-review.googlesource.com/11183 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/channel/_using.hh')
-rw-r--r--src/systemc/ext/channel/_using.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systemc/ext/channel/_using.hh b/src/systemc/ext/channel/_using.hh
index 089991faa..307e89f21 100644
--- a/src/systemc/ext/channel/_using.hh
+++ b/src/systemc/ext/channel/_using.hh
@@ -34,8 +34,10 @@
using sc_core::sc_buffer;
-using sc_core::sc_in_clk;
using sc_core::sc_clock;
+using sc_core::sc_in_clk;
+using sc_core::sc_inout_clk;
+using sc_core::sc_out_clk;
using sc_core::sc_event_queue;