misc: fixes deprecated sc_time function for SystemC 2.3.1
authorMatthias Jung <jungma@eit.uni-kl.de>
Mon, 9 Jan 2017 15:34:36 +0000 (09:34 -0600)
committerMatthias Jung <jungma@eit.uni-kl.de>
Mon, 9 Jan 2017 15:34:36 +0000 (09:34 -0600)
commit63bb17e4bd1d37aa22a87a9614957ce1302f95a9
treee4527af56a433d1e3170b55a2df5b1c5aad4173f
parent5b08ae2372c4d20e332891b54c1266b30df90b3e
misc: fixes deprecated sc_time function for SystemC 2.3.1

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.

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
util/systemc/sc_module.cc