gem5 v24.1.0.1
|
#include <fifo_ifs.hh>
Public Member Functions | |
virtual int | used () const =0 |
virtual int | size () const =0 |
virtual void | debug () const =0 |
virtual bool | nb_peek (T &, int n) const =0 |
virtual bool | nb_poke (const T &, int n=0)=0 |
![]() | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Additional Inherited Members | |
![]() | |
sc_interface () | |
Definition at line 35 of file fifo_ifs.hh.
|
pure virtual |
Implemented in tlm::tlm_fifo< T >, tlm::tlm_fifo< REQ >, and tlm::tlm_fifo< RSP >.
|
pure virtual |
Implemented in tlm::tlm_fifo< REQ >, tlm::tlm_fifo< RSP >, and tlm::tlm_fifo< T >.
|
pure virtual |
Implemented in tlm::tlm_fifo< REQ >, tlm::tlm_fifo< RSP >, and tlm::tlm_fifo< T >.
|
pure virtual |
Implemented in tlm::tlm_fifo< T >, tlm::tlm_fifo< REQ >, and tlm::tlm_fifo< RSP >.
|
pure virtual |
Implemented in tlm::tlm_fifo< T >, tlm::tlm_fifo< REQ >, and tlm::tlm_fifo< RSP >.