Searched refs:posedge_first (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh59 bool posedge_first=true);
66 sc_time_unit start_time_tu, bool posedge_first=true);
70 double start_time=0.0, bool posedge_first=true);
79 bool posedge_first() const;
/gem5/src/systemc/channel/
H A Dsc_clock.cc107 bool posedge_first) :
108 sc_interface(), sc_signal<bool>(name, posedge_first ? false : true),
110 _posedgeFirst(posedge_first)
145 sc_time_unit start_time_tu, bool posedge_first) :
147 sc_time(start_time_v, start_time_tu), posedge_first)
151 double start_time, bool posedge_first) :
153 sc_time(start_time, true), posedge_first)
175 bool sc_clock::posedge_first() const { return _posedgeFirst; } function in class:sc_core::sc_clock
105 sc_clock(const char *name, const sc_time &period, double duty_cycle, const sc_time &start_time, bool posedge_first) argument
143 sc_clock(const char *name, double period_v, sc_time_unit period_tu, double duty_cycle, double start_time_v, sc_time_unit start_time_tu, bool posedge_first) argument
150 sc_clock(const char *name, double period, double duty_cycle, double start_time, bool posedge_first) argument
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp8 // 2) sc_clock - start_time and posedge_first (in addition to period and duty_cycle)
36 sc_assert(clk.posedge_first() == false);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.h103 bool posedge_first() const function in class:sc_core::sc_clock

Completed in 7 milliseconds