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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ports.h174 typedef if_type out_if_type; typedef in class:sc_core::sc_fifo_out
175 typedef sc_port_b<out_if_type> out_port_type;
189 explicit sc_fifo_out( out_if_type& interface_ )
193 sc_fifo_out( const char* name_, out_if_type& interface_ )
250 return *new sc_event_finder_t<out_if_type>(
251 *this, &out_if_type::data_read_event );

Completed in 5 milliseconds