Searched refs:sc_event_finder_t (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_finder.h80 // CLASS : sc_event_finder_t<IF>
86 class sc_event_finder_t class in namespace:sc_core
93 sc_event_finder_t( const sc_port_base& port_, function in class:sc_core::sc_event_finder_t
100 virtual ~sc_event_finder_t()
112 sc_event_finder_t();
113 sc_event_finder_t( const sc_event_finder_t<IF>& );
114 sc_event_finder_t<IF>& operator = ( const sc_event_finder_t<IF>& );
123 sc_event_finder_t<I
[all...]
H A Dsc_fifo_ports.h137 return *new sc_event_finder_t<in_if_type>(
250 return *new sc_event_finder_t<out_if_type>(
H A Dsc_signal_ports.h225 m_change_finder_p = new sc_event_finder_t<in_if_type>(
552 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
564 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
592 m_change_finder_p = new sc_event_finder_t<in_if_type>(
819 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
831 m_neg_finder_p = new sc_event_finder_t<in_if_type>(
859 m_change_finder_p = new sc_event_finder_t<in_if_type>(
1068 m_change_finder_p = new sc_event_finder_t<in_if_type>(
1328 m_pos_finder_p = new sc_event_finder_t<in_if_type>(
1340 m_neg_finder_p = new sc_event_finder_t<in_if_typ
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_event.hh226 class sc_event_finder_t : public sc_event_finder class in namespace:sc_core
229 sc_event_finder_t(const sc_port_base &p, function in class:sc_core::sc_event_finder_t
237 virtual ~sc_event_finder_t() {}
270 sc_event_finder_t<IF>::find_event(sc_interface *if_p) const
H A D_using.hh40 using sc_core::sc_event_finder_t;
/gem5/src/systemc/ext/channel/
H A Dsc_in.hh147 mutable sc_event_finder_t<sc_signal_in_if<T> > _valueChangedFinder;
307 mutable sc_event_finder_t<sc_signal_in_if<bool> > _valueChangedFinder;
308 mutable sc_event_finder_t<sc_signal_in_if<bool> > _posFinder;
309 mutable sc_event_finder_t<sc_signal_in_if<bool> > _negFinder;
467 mutable sc_event_finder_t<sc_signal_in_if<sc_dt::sc_logic> >
469 mutable sc_event_finder_t<sc_signal_in_if<sc_dt::sc_logic> > _posFinder;
470 mutable sc_event_finder_t<sc_signal_in_if<sc_dt::sc_logic> > _negFinder;
H A Dsc_fifo_in.hh99 mutable sc_event_finder_t<sc_fifo_in_if<T> > _dataWrittenFinder;
H A Dsc_fifo_out.hh97 mutable sc_event_finder_t<sc_fifo_out_if<T> > _dataReadFinder;
H A Dsc_inout.hh176 mutable sc_event_finder_t<sc_signal_inout_if<T> > _valueChangedFinder;
347 mutable sc_event_finder_t<sc_signal_inout_if<bool> > _valueChangedFinder;
348 mutable sc_event_finder_t<sc_signal_inout_if<bool> > _posFinder;
349 mutable sc_event_finder_t<sc_signal_inout_if<bool> > _negFinder;
537 mutable sc_event_finder_t<
539 mutable sc_event_finder_t<sc_signal_inout_if<sc_dt::sc_logic> > _posFinder;
540 mutable sc_event_finder_t<sc_signal_inout_if<sc_dt::sc_logic> > _negFinder;
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp24 return *new sc_event_finder_t<i_f>( *this, &i_f::event );
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h901 return *new sc_event_finder_t<in_if_type>(
1159 return *new sc_event_finder_t<inout_if_type>(
H A Dscx_signal_uint.h957 return *new sc_event_finder_t<in_if_type>(
1217 return *new sc_event_finder_t<inout_if_type>(
H A Dscx_signal_signed.h1083 return *new sc_event_finder_t<in_if_type>(
1341 return *new sc_event_finder_t<inout_if_type>(
H A Dscx_signal_unsigned.h1079 return *new sc_event_finder_t<in_if_type>(
1337 return *new sc_event_finder_t<inout_if_type>(

Completed in 53 milliseconds