|
static const char *const | kind_string = "tlm_fifo" |
|
sc_core::sc_event & | read_event (tlm_tag< T > *=nullptr) |
|
void | update () |
|
void | init (int) |
|
| sc_interface () |
|
| sc_prim_channel () |
|
| sc_prim_channel (const char *) |
|
virtual | ~sc_prim_channel () |
|
void | request_update () |
|
void | async_request_update () |
|
void | next_trigger () |
|
void | next_trigger (const sc_event &) |
|
void | next_trigger (const sc_event_or_list &) |
|
void | next_trigger (const sc_event_and_list &) |
|
void | next_trigger (const sc_time &) |
|
void | next_trigger (double, sc_time_unit) |
|
void | next_trigger (const sc_time &, const sc_event &) |
|
void | next_trigger (double, sc_time_unit, const sc_event &) |
|
void | next_trigger (const sc_time &, const sc_event_or_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_or_list &) |
|
void | next_trigger (const sc_time &, const sc_event_and_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_and_list &) |
|
bool | timed_out () |
|
void | wait () |
|
void | wait (int) |
|
void | wait (const sc_event &) |
|
void | wait (const sc_event_or_list &) |
|
void | wait (const sc_event_and_list &) |
|
void | wait (const sc_time &) |
|
void | wait (double, sc_time_unit) |
|
void | wait (const sc_time &, const sc_event &) |
|
void | wait (double, sc_time_unit, const sc_event &) |
|
void | wait (const sc_time &, const sc_event_or_list &) |
|
void | wait (double, sc_time_unit, const sc_event_or_list &) |
|
void | wait (const sc_time &, const sc_event_and_list &) |
|
void | wait (double, sc_time_unit, const sc_event_and_list &) |
|
virtual void | before_end_of_elaboration () |
|
virtual void | end_of_elaboration () |
|
virtual void | start_of_simulation () |
|
virtual void | end_of_simulation () |
|
| sc_object () |
|
| sc_object (const char *) |
|
| sc_object (const sc_object &) |
|
sc_object & | operator= (const sc_object &) |
|
virtual | ~sc_object () |
|
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 |
|
template<typename T>
class tlm::tlm_analysis_fifo< T >
Definition at line 48 of file analysis_fifo.hh.