gem5 v24.0.0.0
|
#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 |
Public Member Functions inherited from sc_core::sc_interface | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_interface | |
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< 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 >.
|
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 >.