Searched refs:period_v (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh61 sc_clock(const char *name, double period_v, sc_time_unit period_tu,
64 sc_clock(const char *name, double period_v, sc_time_unit period_tu,
/gem5/src/systemc/channel/
H A Dsc_clock.cc137 sc_clock::sc_clock(const char *name, double period_v, sc_time_unit period_tu, argument
139 sc_clock(name, sc_time(period_v, period_tu), duty_cycle, SC_ZERO_TIME,
143 sc_clock::sc_clock(const char *name, double period_v, sc_time_unit period_tu, argument
146 sc_clock(name, sc_time(period_v, period_tu), duty_cycle,

Completed in 5 milliseconds