160a161,181
> sc_time
> sc_time::from_value(sc_dt::uint64)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return sc_time();
> }
>
> sc_time
> sc_time::from_seconds(double)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return sc_time();
> }
>
> sc_time
> sc_time::from_string(const char *str)
> {
> warn("%s not implemented.\n", __PRETTY_FUNCTION__);
> return sc_time();
> }
>