Searched refs:posedge_event (Results 1 - 24 of 24) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_sensitive/test04/
H A Dtest04.cpp16 sensitive << clk.posedge_event();
/gem5/src/systemc/ext/channel/
H A Dsc_signal_in_if.hh82 virtual const sc_event &posedge_event() const = 0;
116 virtual const sc_event &posedge_event() const = 0;
H A Dsc_in.hh173 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
180 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
190 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
197 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
204 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
211 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
218 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
225 _posFinder(*this, &sc_signal_in_if<bool>::posedge_event),
280 posedge_event() const function in class:sc_core::sc_in
282 return (*this)->posedge_event();
447 const sc_event &posedge_event() const { return (*this)->posedge_event(); } function in class:sc_core::sc_in
[all...]
H A Dsc_inout.hh201 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
208 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
218 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
226 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
233 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
240 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
247 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
254 _posFinder(*this, &sc_signal_inout_if<bool>::posedge_event),
327 const sc_event &posedge_event() const { return (*this)->posedge_event(); } function in class:sc_core::sc_inout
517 const sc_event &posedge_event() const { return (*this)->posedge_event(); } function in class:sc_core::sc_inout
[all...]
H A Dsc_signal.hh254 posedge_event() const function in class:sc_gem5::ScSignalBinary
/gem5/src/systemc/tests/systemc/kernel/process_control/test01/
H A Dtest01.cpp74 next_trigger( m_clk.posedge_event() );
79 next_trigger( m_clk.posedge_event() );
81 << "," << state << ") after wait on m_clk.posedge_event() "
87 << "," << state << ") after wait on m_clk.posedge_event() "
96 next_trigger( m_clk.posedge_event() );
102 next_trigger( m_clk.posedge_event() );
104 << "," << state << ") after wait on m_clk.posedge_event() "
116 wait(m_clk.posedge_event());
120 << ") after wait on m_clk.posedge_event() " << endl;
121 wait(m_clk.posedge_event());
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test02/
H A Dtest02.cpp51 wait(m_clk.posedge_event());
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test05/
H A Dtest05.cpp64 wait(m_clk.posedge_event());
/gem5/src/systemc/core/
H A Dsc_sensitive.cc102 sc_gem5::newStaticSensitivityEvent(p, &i.posedge_event());
110 sc_gem5::newStaticSensitivityEvent(p, &i.posedge_event());
/gem5/src/systemc/tests/systemc/communication/sc_signal_ports/test02/
H A Dtest02.cpp59 wait( in_bool.posedge_event() );
60 cout << "in_bool posedge_event()" << endl;
68 wait( in_logic.posedge_event() );
69 cout << "in_logic posedge_event()" << endl;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ifs.h108 virtual const sc_event& posedge_event() const = 0;
165 virtual const sc_event& posedge_event() const = 0;
H A Dsc_signal_ports.h528 const sc_event& posedge_event() const function in class:sc_core::sc_in
529 { return (*this)->posedge_event(); }
553 *this, &in_if_type::posedge_event );
795 const sc_event& posedge_event() const function in class:sc_core::sc_in
796 { return (*this)->posedge_event(); }
820 *this, &in_if_type::posedge_event );
1304 const sc_event& posedge_event() const function in class:sc_core::sc_inout
1305 { return (*this)->posedge_event(); }
1329 *this, &in_if_type::posedge_event );
1540 const sc_event& posedge_event() cons function in class:sc_core::sc_inout
[all...]
H A Dsc_signal.cpp228 sc_signal<bool,POL>::posedge_event() const function in class:sc_core::sc_signal
230 return *sc_lazy_kernel_event(&m_posedge_event_p,"posedge_event");
351 sc_signal<sc_dt::sc_logic,POL>::posedge_event() const function in class:sc_core::sc_signal
353 return *sc_lazy_kernel_event(&m_posedge_event_p,"posedge_event");
H A Dsc_signal.h347 virtual const sc_event& posedge_event() const;
512 virtual const sc_event& posedge_event() const;
/gem5/src/systemc/tests/systemc/kernel/process_control/test02/
H A Dtest02.cpp82 next_trigger( m_clk.posedge_event() );
99 wait(m_clk.posedge_event());
101 << ") after wait on m_clk.posedge_event() " << endl;
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp64 sensitive << a.posedge_event();
101 sensitive << b.posedge_event();
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test01/
H A Dtest01.cpp58 wait(m_clk.posedge_event());
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_join/test04/
H A Dtest04.cpp66 wait(m_clk.posedge_event());
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_edge.h95 sensitive << CLK.posedge_event();
H A Da2901_test.h140 sensitive << CLK.posedge_event();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.cpp304 handle_->add_static_event( interface_.posedge_event() );
312 handle_->add_static_event( interface_.posedge_event() );
437 m_handle->add_static_event( interface_.posedge_event() );
461 m_handle->add_static_event( interface_.posedge_event() );
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test05/
H A Dtest05.cpp85 options_thread_clocked.set_sensitivity( &m_clk.posedge_event() );
/gem5/src/systemc/tests/systemc/kernel/process_control/test03/
H A Dtest03.cpp142 next_trigger( m_clk.posedge_event() );
183 wait( m_clk.posedge_event() );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp50 sensitive << clk.posedge_event();
56 sensitive << clk.posedge_event();
179 opt3.set_sensitivity( &clk.posedge_event() );

Completed in 43 milliseconds