The sc_fifo<T> input port class. More...
#include <sysc/communication/sc_fifo_ports.h>
Public Types | |
typedef T | data_type |
typedef sc_fifo_in_if< data_type > | if_type |
typedef sc_port< if_type, 0, SC_ONE_OR_MORE_BOUND > | base_type |
typedef sc_fifo_in< data_type > | this_type |
typedef if_type | in_if_type |
typedef sc_port_b< in_if_type > | in_port_type |
Public Member Functions | |
sc_fifo_in () | |
sc_fifo_in (const char *name_) | |
sc_fifo_in (in_if_type &interface_) | |
sc_fifo_in (const char *name_, in_if_type &interface_) | |
sc_fifo_in (in_port_type &parent_) | |
sc_fifo_in (const char *name_, in_port_type &parent_) | |
sc_fifo_in (this_type &parent_) | |
sc_fifo_in (const char *name_, this_type &parent_) | |
virtual | ~sc_fifo_in () |
void | read (data_type &value_, sc_segid seg_id) |
A new parameter segment ID is added for the out-of-order simulation. | |
data_type | read (sc_segid seg_id) |
A new parameter segment ID is added for the out-of-order simulation. | |
bool | nb_read (data_type &value_) |
int | num_available () const |
const sc_event & | data_written_event () const |
sc_event_finder & | data_written () const |
virtual const char * | kind () const |
The sc_fifo<T> input port class.
Definition at line 44 of file sc_fifo_ports.h.
typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> sc_core::sc_fifo_in< T >::base_type |
Reimplemented from sc_core::sc_port< sc_fifo_in_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 54 of file sc_fifo_ports.h.
typedef T sc_core::sc_fifo_in< T >::data_type |
Definition at line 51 of file sc_fifo_ports.h.
typedef sc_fifo_in_if<data_type> sc_core::sc_fifo_in< T >::if_type |
Definition at line 53 of file sc_fifo_ports.h.
typedef if_type sc_core::sc_fifo_in< T >::in_if_type |
Definition at line 57 of file sc_fifo_ports.h.
typedef sc_port_b<in_if_type> sc_core::sc_fifo_in< T >::in_port_type |
Definition at line 58 of file sc_fifo_ports.h.
typedef sc_fifo_in<data_type> sc_core::sc_fifo_in< T >::this_type |
Reimplemented from sc_core::sc_port< sc_fifo_in_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 55 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | ) | [inline] |
Definition at line 64 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 68 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | in_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 72 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | const char * | name_, | |
in_if_type & | interface_ | |||
) | [inline] |
Definition at line 76 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | in_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 80 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | const char * | name_, | |
in_port_type & | parent_ | |||
) | [inline] |
Definition at line 84 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | this_type & | parent_ | ) | [inline] |
Definition at line 88 of file sc_fifo_ports.h.
sc_core::sc_fifo_in< T >::sc_fifo_in | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 92 of file sc_fifo_ports.h.
virtual sc_core::sc_fifo_in< T >::~sc_fifo_in | ( | ) | [inline, virtual] |
Definition at line 99 of file sc_fifo_ports.h.
sc_event_finder& sc_core::sc_fifo_in< T >::data_written | ( | ) | const [inline] |
Definition at line 144 of file sc_fifo_ports.h.
const sc_event& sc_core::sc_fifo_in< T >::data_written_event | ( | ) | const [inline] |
Definition at line 138 of file sc_fifo_ports.h.
virtual const char* sc_core::sc_fifo_in< T >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< sc_fifo_in_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 150 of file sc_fifo_ports.h.
bool sc_core::sc_fifo_in< T >::nb_read | ( | data_type & | value_ | ) | [inline] |
Definition at line 126 of file sc_fifo_ports.h.
int sc_core::sc_fifo_in< T >::num_available | ( | ) | const [inline] |
Definition at line 132 of file sc_fifo_ports.h.
data_type sc_core::sc_fifo_in< T >::read | ( | sc_segid | seg_id | ) | [inline] |
A new parameter segment ID is added for the out-of-order simulation.
Definition at line 120 of file sc_fifo_ports.h.
void sc_core::sc_fifo_in< T >::read | ( | data_type & | value_, | |
sc_segid | seg_id | |||
) | [inline] |
A new parameter segment ID is added for the out-of-order simulation.
Definition at line 112 of file sc_fifo_ports.h.