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

12

/gem5/src/systemc/tests/systemc/communication/sc_interface/test01/
H A Dtest01.cpp39 // get warning if default_event is called and not redefined
52 c.default_event();
/gem5/src/systemc/core/
H A Dsc_interface.cc41 sc_interface::default_event() const function in class:sc_core::sc_interface
H A Dsensitivity.cc169 SensitivityEvent(p, &i->default_event())
175 SensitivityEvent(p, &exp->get_interface()->default_event())
H A Dport.cc45 port->addEvent(&getInterface(i)->default_event());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_interface.cpp53 sc_interface::default_event() const function in class:sc_core::sc_interface
H A Dsc_event_queue.h103 inline virtual const sc_event& default_event() const;
139 const sc_event& sc_event_queue::default_event() const function in class:sc_core::sc_event_queue
H A Dsc_interface.h54 virtual const sc_event& default_event() const;
H A Dsc_signal_ports.h194 const sc_event& default_event() const function in class:sc_core::sc_in
195 { return (*this)->default_event(); }
517 const sc_event& default_event() const function in class:sc_core::sc_in
518 { return (*this)->default_event(); }
784 const sc_event& default_event() const function in class:sc_core::sc_in
785 { return (*this)->default_event(); }
1001 const sc_event& default_event() const function in class:sc_core::sc_inout
1002 { return (*this)->default_event(); }
1293 const sc_event& default_event() const function in class:sc_core::sc_inout
1294 { return (*this)->default_event(); }
1529 const sc_event& default_event() const function in class:sc_core::sc_inout
[all...]
H A Dsc_signal.h120 virtual const sc_event& default_event() const function in class:sc_core::sc_signal
340 virtual const sc_event& default_event() const function in class:sc_core::sc_signal
505 virtual const sc_event& default_event() const function in class:sc_core::sc_signal
H A Dsc_port.h591 add_static_event( handle_p, iface_p->default_event() );
612 add_static_event( handle_p, iface_p->default_event() );
H A Dsc_port.cpp493 : iface->default_event();
503 : iface->default_event();
/gem5/src/systemc/ext/core/
H A Dsc_interface.hh43 virtual const sc_event &default_event() const;
/gem5/src/systemc/tests/systemc/communication/sc_signal_ports/test02/
H A Dtest02.cpp50 wait( in_int.default_event() );
51 cout << "in_int default_event()" << endl;
55 wait( in_bool.default_event() );
56 cout << "in_bool default_event()" << endl;
64 wait( in_logic.default_event() );
65 cout << "in_logic default_event()" << endl;
/gem5/src/systemc/ext/channel/
H A Dsc_event_queue.hh70 virtual const sc_event &default_event() const;
H A Dsc_in.hh129 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_in
273 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_in
441 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_in
H A Dsc_inout.hh157 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_inout
321 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_inout
511 const sc_event &default_event() const { return (*this)->default_event(); } function in class:sc_core::sc_inout
H A Dsc_signal.hh205 default_event() const function in class:sc_gem5::ScSignalBaseT
/gem5/src/systemc/channel/
H A Dsc_event_queue.cc69 sc_event_queue::default_event() const function in class:sc_core::sc_event_queue
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp28 const sc_event& default_event() const { return ev; } function in struct:Prim
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp65 wait( p[0]->default_event() | p[1]->default_event() );
76 or_list |= p[i]->default_event();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp214 wait(many_sig_2.default_event());
249 wait(many_sig_2.default_event());
284 wait(many_sig_2.default_event());
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp58 wait(p.default_event());
335 list |= sigs[i].default_event();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_sensitive.cpp158 m_handle->add_static_event( interface_.default_event() );
173 handle_->add_static_event( interface_.default_event() );
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h309 virtual inline const sc_event& default_event() const;
501 inline const sc_event& sc_signal<sc_dt::sc_int<W> >::default_event() const function in class:sc_core::sc_signal
873 const sc_event& default_event() const function in class:sc_core::sc_in
1131 const sc_event& default_event() const function in class:sc_core::sc_inout
H A Dscx_signal_uint.h341 virtual inline const sc_event& default_event() const;
528 inline const sc_event& sc_signal<sc_dt::sc_uint<W> >::default_event() const function in class:sc_core::sc_signal
929 const sc_event& default_event() const function in class:sc_core::sc_in
1189 const sc_event& default_event() const function in class:sc_core::sc_inout

Completed in 55 milliseconds

12