Searched refs:from_value (Results 1 - 17 of 17) sorted by relevance

/gem5/src/systemc/tlm_core/2/quantum/
H A Dglobal_quantum.cc44 return sc_core::sc_time::from_value(
/gem5/src/systemc/core/
H A Dsc_time.cc59 *time = sc_time::from_value(static_cast<uint64_t>(tmp));
212 sc_time::from_value(sc_dt::uint64 u) function in class:sc_core::sc_time
249 return sc_time::from_value(a.value() + b.value());
255 return sc_time::from_value(a.value() - b.value());
262 return sc_time::from_value(static_cast<int64_t>(tmp));
269 return sc_time::from_value(static_cast<int64_t>(tmp));
276 return sc_time::from_value(static_cast<int64_t>(tmp));
343 return sc_time::from_value(1);
349 static const sc_time MaxScTime = sc_time::from_value(MaxTick);
H A Dsc_main.cc66 sc_start(sc_time::from_value(MaxTick - now), SC_EXIT_ON_STARVATION);
133 tstamp = sc_time::from_value(::sc_gem5::scheduler.getCurTick());
171 return sc_time::from_value(::sc_gem5::scheduler.timeToPending());
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp51 sc_time t2 = sc_time::from_value( v );
55 sc_time t3 = sc_time::from_value( v );
59 sc_time t4 = sc_time::from_value( v );
63 sc_time t5 = sc_time::from_value( v );
67 sc_time t6 = sc_time::from_value( v );
71 sc_time t7 = sc_time::from_value( v );
/gem5/src/systemc/ext/core/
H A Dsc_time.hh87 static sc_time from_value(sc_dt::uint64);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp66 init( sc_time::from_value(simcontext()->m_time_params->default_time_unit),
83 init( sc_time::from_value(simcontext()->m_time_params->default_time_unit),
193 sc_time::from_value( simcontext()->m_time_params->default_time_unit );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.cpp163 sc_time::from_value( value_type v ) function in class:sc_core::sc_time
342 return sc_time::from_value( sc_dt::UINT64_ONE );
413 return sc_time::from_value(
H A Dsc_time.h88 static sc_time from_value( value_type );
90 // deprecated, use from_value(v)
H A Dsc_simcontext.h488 m_max_time = sc_time::from_value( ~sc_dt::UINT64_ZERO );
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc227 eventLoopEnterEvent.notify(sc_core::sc_time::from_value(
H A Dmain.cc317 wait(sc_core::sc_time::from_value(wait_period));
/gem5/util/tlm/src/
H A Dsc_slave_port.cc238 auto delay = sc_core::sc_time::from_value(packet->payloadDelay);
H A Dsc_master_port.cc338 auto delay = sc_core::sc_time::from_value(pkt->payloadDelay);
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc95 sc_time::from_value(::sc_gem5::scheduler.getCurTick()),
H A Dvcd.cc243 stream() << " " << ::sc_core::sc_time::from_value(timeUnitTicks) <<
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc339 auto delay = sc_core::sc_time::from_value(packet->payloadDelay);
H A Dtlm_to_gem5.cc398 auto delay = sc_core::sc_time::from_value(pkt->payloadDelay);

Completed in 31 milliseconds