Searched refs:previous_time (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp100 previous_time = sc_time_stamp() + delay;
121 if (sc_time_stamp() + delay < previous_time)
123 previous_time = sc_time_stamp() + delay;
146 previous_time = sc_time_stamp() + delay;
175 sc_time previous_time; member in struct:Initiator
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.h209 double previous_time; // Previous time as a double member in class:sc_core::wif_trace_file
H A Dsc_wif_trace.cpp1566 , previous_time(0.0)
1621 previous_time = inittime/timescale_unit;
1799 diff_time = now_units - previous_time;
1834 previous_time = now_units;

Completed in 13 milliseconds