summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 18:15:48 -0700
committerGabe Black <gabeblack@google.com>2018-08-22 01:06:41 +0000
commit8bc2186369d5981f0ef5826fad355c4b9663a78c (patch)
tree833f96ad1e7d7c974df8a434ef7b07c494f5fb75 /src/systemc/ext/utils/_using.hh
parent0801de860c725b412ecbe44332279783abe3de32 (diff)
downloadgem5-8bc2186369d5981f0ef5826fad355c4b9663a78c.tar.xz
systemc: Add the deprecated sc_trace_delta_cycles function.
This function enables or disables tracing of delta cycles in a particular trace file. Change-Id: I53164a792856d071de1fefc76977cca8eb5fd735 Reviewed-on: https://gem5-review.googlesource.com/11267 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.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/_using.hh b/src/systemc/ext/utils/_using.hh
index e6477c7cb..16b3e4031 100644
--- a/src/systemc/ext/utils/_using.hh
+++ b/src/systemc/ext/utils/_using.hh
@@ -71,6 +71,7 @@ using sc_core::sc_create_vcd_trace_file;
using sc_core::sc_close_vcd_trace_file;
using sc_core::sc_write_comment;
using sc_core::sc_trace;
+using sc_core::sc_trace_delta_cycles;
using sc_core::sc_exception;