SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_fifo_ifs.h>
Public Member Functions | |
virtual bool | nb_write (const T &)=0 |
virtual const sc_event & | data_read_event () const =0 |
virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
virtual const sc_event & | default_event () const |
Definition at line 115 of file sc_fifo_ifs.h.
|
pure virtual |
Implemented in sc_core::sc_fifo< T >.
|
virtualinherited |
|
pure virtual |
Implemented in sc_core::sc_fifo< T >.
|
virtualinherited |