summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/_using.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 20:00:36 -0700
committerGabe Black <gabeblack@google.com>2018-08-22 01:08:38 +0000
commit200281b08ca21f0d2678e23063f088960d3c0819 (patch)
tree3b0826818cdefc3619e186fc26dd6efd12fbcdc5 /src/systemc/ext/core/_using.hh
parent9e35fe2e775ebc47d39a057822547034e9cd09a7 (diff)
downloadgem5-200281b08ca21f0d2678e23063f088960d3c0819.tar.xz
systemc: Add deprecated default time unit management functions.
Having default time units is deprecated, and so are the functions that manage them. Change-Id: Ie21f9a5fca9868dd4f0adcd9f32c568fbec1fa72 Reviewed-on: https://gem5-review.googlesource.com/11270 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.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemc/ext/core/_using.hh b/src/systemc/ext/core/_using.hh
index 32cbd7028..331e3dd9a 100644
--- a/src/systemc/ext/core/_using.hh
+++ b/src/systemc/ext/core/_using.hh
@@ -140,5 +140,7 @@ using sc_core::SC_ZERO_TIME;
using sc_core::sc_set_time_resolution;
using sc_core::sc_get_time_resolution;
using sc_core::sc_max_time;
+using sc_core::sc_get_default_time_unit;
+using sc_core::sc_set_default_time_unit;
#endif //__SYSTEMC_EXT_CORE__USING_HH__