Searched refs:sc_time_unit (Results 26 - 34 of 34) sorted by relevance

12

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp191 sc_trace_file_base::set_time_unit( double v, sc_time_unit tu )
H A Dsc_trace.h158 virtual void set_time_unit( double v, sc_time_unit tu )=0;
/gem5/src/systemc/core/
H A Devent.hh82 notify(double d, sc_core::sc_time_unit &u)
H A Dsc_event.cc341 void sc_event::notify(double d, sc_time_unit u) { _gem5_event->notify(d, u); }
/gem5/src/systemc/utils/
H A Dtracefile.hh198 ::sc_core::sc_time_unit timeUnitUnit;
211 void set_time_unit(double, ::sc_core::sc_time_unit) override;
/gem5/src/systemc/ext/core/
H A Dsc_event.hh185 void notify(double, sc_time_unit);
H A D_using.hh147 using sc_core::sc_time_unit;
/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh71 virtual void set_time_unit(double, sc_time_unit) = 0;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp676 notify( double v, sc_time_unit tu, sc_event& e )

Completed in 15 milliseconds

12