gem5
v20.1.0.0
|
#include <fifo.hh>
Public Member Functions | |
tlm_fifo (int size_=1) | |
tlm_fifo (const char *name_, int size_=1) | |
virtual | ~tlm_fifo () |
T | get (tlm_tag< T > *=nullptr) |
bool | nb_get (T &) |
bool | nb_can_get (tlm_tag< T > *=nullptr) const |
const sc_core::sc_event & | ok_to_get (tlm_tag< T > *=nullptr) const |
T | peek (tlm_tag< T > *=nullptr) const |
bool | nb_peek (T &) const |
bool | nb_can_peek (tlm_tag< T > *=nullptr) const |
const sc_core::sc_event & | ok_to_peek (tlm_tag< T > *=nullptr) const |
void | put (const T &) |
bool | nb_put (const T &) |
bool | nb_can_put (tlm_tag< T > *=nullptr) const |
const sc_core::sc_event & | ok_to_put (tlm_tag< T > *=nullptr) const |
void | nb_expand (unsigned int n=1) |
void | nb_unbound (unsigned int n=16) |
bool | nb_reduce (unsigned int n=1) |
bool | nb_bound (unsigned int n) |
bool | nb_peek (T &, int n) const |
bool | nb_poke (const T &, int n=0) |
int | used () const |
int | size () const |
void | debug () const |
const char * | kind () const |
Public Member Functions inherited from tlm::tlm_blocking_get_if< T > | |
virtual void | get (T &t) |
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 () |
Public Member Functions inherited from tlm::tlm_blocking_peek_if< T > | |
virtual void | peek (T &t) const |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Static Public Attributes | |
static const char *const | kind_string = "tlm_fifo" |
Protected Attributes | |
circular_buffer< T > | buffer |
int | m_size |
int | m_num_readable |
int | m_num_read |
int | m_num_written |
bool | m_expand |
int | m_num_read_no_notify |
sc_core::sc_event | m_data_read_event |
sc_core::sc_event | m_data_written_event |
Private Member Functions | |
tlm_fifo (const tlm_fifo< T > &) | |
tlm_fifo & | operator= (const tlm_fifo< T > &) |
bool | is_empty () const |
bool | is_full () const |
|
inlineexplicit |
|
inlineexplicit |
|
inlinevirtual |
|
private |
|
inlinevirtual |
Implements tlm::tlm_fifo_debug_if< T >.
|
inlinevirtual |
Implements tlm::tlm_blocking_get_if< T >.
Definition at line 46 of file fifo_put_get.hh.
|
inlineprotected |
|
inlineprivate |
|
inlineprivate |
|
inlinevirtual |
Reimplemented from sc_core::sc_prim_channel.
|
inline |
Definition at line 82 of file fifo_resize.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_get_if< T >.
Definition at line 77 of file fifo_put_get.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_peek_if< T >.
Definition at line 85 of file fifo_peek.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_put_if< T >.
Definition at line 123 of file fifo_put_get.hh.
|
inline |
Definition at line 46 of file fifo_resize.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_get_if< T >.
Definition at line 61 of file fifo_put_get.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_peek_if< T >.
Definition at line 57 of file fifo_peek.hh.
|
inlinevirtual |
Implements tlm::tlm_fifo_debug_if< T >.
Definition at line 69 of file fifo_peek.hh.
|
inlinevirtual |
Implements tlm::tlm_fifo_debug_if< T >.
Definition at line 92 of file fifo_peek.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_put_if< T >.
Definition at line 104 of file fifo_put_get.hh.
|
inline |
Definition at line 71 of file fifo_resize.hh.
|
inline |
Definition at line 57 of file fifo_resize.hh.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_get_if< T >.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_peek_if< T >.
|
inlinevirtual |
Implements tlm::tlm_nonblocking_put_if< T >.
|
private |
|
inlinevirtual |
Implements tlm::tlm_blocking_peek_if< T >.
Definition at line 45 of file fifo_peek.hh.
|
inlinevirtual |
Implements tlm::tlm_blocking_put_if< T >.
Definition at line 86 of file fifo_put_get.hh.
|
inlineprotected |
|
inlinevirtual |
Implements tlm::tlm_fifo_debug_if< T >.
Definition at line 143 of file fifo.hh.
Referenced by tlm::tlm_fifo< RSP >::read_event().
|
inlineprotectedvirtual |
Reimplemented from sc_core::sc_prim_channel.
|
inlinevirtual |
Implements tlm::tlm_fifo_debug_if< T >.
Definition at line 142 of file fifo.hh.
Referenced by tlm::tlm_fifo< RSP >::kind().
|
protected |
|
static |
Definition at line 161 of file fifo.hh.
Referenced by tlm::tlm_fifo< RSP >::ok_to_put().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 178 of file fifo.hh.
Referenced by tlm::tlm_fifo< RSP >::read_event().
|
protected |
Definition at line 180 of file fifo.hh.
Referenced by tlm::tlm_fifo< RSP >::read_event().
|
protected |