Review Board 2.0.15


misc: fixes deprecated sc_time function for SystemC 2.3.1

Review Request #3479 - Created May 25, 2016 and submitted

Information
Matthias Jung
gem5
3774
Reviewers
Default

The non-standard sc_time constructors

- sc_time( uint64, bool scale )
- sc_time( double, bool scale )

have been deprecated in SystemC 2.3.1 and a warning is issued when being used.
Insted the new 'sc_time::from_value' function is used to omit the warning message.


   
Review request changed
Updated (Jan. 9, 2017, 10:11 a.m.)

Status: Closed (submitted)