From 200281b08ca21f0d2678e23063f088960d3c0819 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 15 Jun 2018 20:00:36 -0700 Subject: 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 Maintainer: Gabe Black --- src/systemc/ext/core/sc_time.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/systemc/ext/core/sc_time.hh') diff --git a/src/systemc/ext/core/sc_time.hh b/src/systemc/ext/core/sc_time.hh index 456d59e02..32f7eadda 100644 --- a/src/systemc/ext/core/sc_time.hh +++ b/src/systemc/ext/core/sc_time.hh @@ -93,6 +93,10 @@ void sc_set_time_resolution(double, sc_time_unit); sc_time sc_get_time_resolution(); const sc_time &sc_max_time(); +// Deprecated +void sc_set_default_time_unit(double, sc_time_unit); +sc_time sc_get_default_time_unit(); + } // namespace sc_core #endif //__SYSTEMC_EXT_CORE_SC_TIME_HH__ -- cgit v1.2.3