Searched refs:posedge (Results 1 - 25 of 25) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_signal_in_if.hh86 virtual bool posedge() const = 0;
120 virtual bool posedge() const = 0;
H A Dsc_signal.hh91 bool posedge() const;
264 bool posedge() const { return ScSignalBaseBinary::posedge(); } function in class:sc_gem5::ScSignalBinary
H A Dsc_in.hh291 bool posedge() const { return (*this)->posedge(); } function in class:sc_core::sc_in
451 bool posedge() const { return (*this)->posedge(); } function in class:sc_core::sc_in
H A Dsc_inout.hh330 bool posedge() const { return (*this)->posedge(); } function in class:sc_core::sc_inout
520 bool posedge() const { return (*this)->posedge(); } function in class:sc_core::sc_inout
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test3/
H A Dtest3.cpp63 if (clock.posedge()) {
90 if (clock.posedge()) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/old_event_bug/
H A Dold_event_bug.cpp78 sc_assert( sigb.posedge() == false );
88 sc_assert( sigb.posedge() );
103 sc_assert( sigb.posedge() == false );
113 sc_assert( sigb_dummy.posedge() == false );
/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Ddisplay.h81 if( ready.posedge() ) {
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Ddisplay.cpp81 if( ready.posedge() ) {
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ifs.h125 virtual bool posedge() const = 0;
182 virtual bool posedge() const = 0;
H A Dsc_signal_ports.h578 bool posedge() const function in class:sc_core::sc_in
579 { return (*this)->posedge(); }
845 bool posedge() const function in class:sc_core::sc_in
846 { return (*this)->posedge(); }
1354 bool posedge() const function in class:sc_core::sc_inout
1355 { return (*this)->posedge(); }
1590 bool posedge() const function in class:sc_core::sc_inout
1591 { return (*this)->posedge(); }
H A Dsc_signal.h367 virtual bool posedge() const function in class:sc_core::sc_signal
532 virtual bool posedge() const function in class:sc_core::sc_signal
643 // Andy Goodrich: changes to make sure that event(), posedge() and negedge()
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test1/
H A Dtest1.cpp110 if (clock.posedge()) {
144 if (clock.posedge()) {
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test4/
H A Dtest4.cpp100 if (clock.posedge()) cout << "Posedge - ";
102 if (dclock.posedge()) cout << "Posedge(D) - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test5/
H A Dtest5.cpp100 if (clock.posedge()) cout << "Posedge - ";
102 if (dclock.posedge()) cout << "Posedge(D) - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test6/
H A Dtest6.cpp100 if (clock1.posedge()) cout << "Posedge(1) - ";
102 if (clock2.posedge()) cout << "Posedge(2) - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test7/
H A Dtest7.cpp102 if (clock1.posedge()) cout << "Posedge(1) - ";
104 if (clock2.posedge()) cout << "Posedge(2) - ";
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test8/
H A Dtest8.cpp111 if (clock1.posedge()) cout << "Posedge(1) - ";
113 if (clock2.posedge()) cout << "Posedge(2) - ";
/gem5/src/systemc/tests/systemc/misc/sim_tests/irq/
H A Dirq.cpp67 if (irq[i].posedge())
/gem5/src/systemc/tests/systemc/misc/sim_tests/cgen/
H A Dcgen.cpp76 if (clock_i.posedge()) {
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Dmixed.cpp71 if (clk.posedge()) {
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp114 if (i[j].posedge()) {
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp114 if (i[j].posedge()) {
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test2/
H A Dtest2.cpp138 if (clock.posedge()) {
/gem5/src/systemc/channel/
H A Dsc_signal.cc178 ScSignalBaseBinary::posedge() const function in class:sc_gem5::ScSignalBaseBinary
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp93 #define AT_POSEDGE(CLK) wait(); while(!clk.posedge()) wait();

Completed in 40 milliseconds