The sc_fifo<T> output port class. More...
#include <sysc/communication/sc_fifo_ports.h>
Public Types | |
typedef T | data_type |
typedef sc_fifo_out_if< data_type > | if_type |
typedef sc_port< if_type, 0, SC_ONE_OR_MORE_BOUND > | base_type |
typedef sc_fifo_out< data_type > | this_type |
typedef if_type | out_if_type |
typedef sc_port_b< out_if_type > | out_port_type |
Public Member Functions | |
sc_fifo_out () | |
sc_fifo_out (const char *name_) | |
sc_fifo_out (out_if_type &interface_) | |
sc_fifo_out (const char *name_, out_if_type &interface_) | |
sc_fifo_out (out_port_type &parent_) | |
sc_fifo_out (const char *name_, out_port_type &parent_) | |
sc_fifo_out (this_type &parent_) | |
sc_fifo_out (const char *name_, this_type &parent_) | |
virtual | ~sc_fifo_out () |
void | write (const data_type &value_, int seg_id) |
A new parameter segment ID is added for the out-of-order simulation. | |
bool | nb_write (const data_type &value_) |
int | num_free () const |
const sc_event & | data_read_event () const |
sc_event_finder & | data_read () const |
virtual const char * | kind () const |
The sc_fifo<T> output port class.
Definition at line 170 of file sc_fifo_ports.h.
typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> sc_core::sc_fifo_out< T >::base_type |
Reimplemented from sc_core::sc_port< sc_fifo_out_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 180 of file sc_fifo_ports.h.
typedef T sc_core::sc_fifo_out< T >::data_type |
Definition at line 177 of file sc_fifo_ports.h.
typedef sc_fifo_out_if<data_type> sc_core::sc_fifo_out< T >::if_type |
Definition at line 179 of file sc_fifo_ports.h.
typedef if_type sc_core::sc_fifo_out< T >::out_if_type |
Definition at line 183 of file sc_fifo_ports.h.
typedef sc_port_b<out_if_type> sc_core::sc_fifo_out< T >::out_port_type |
Definition at line 184 of file sc_fifo_ports.h.
typedef sc_fifo_out<data_type> sc_core::sc_fifo_out< T >::this_type |
Reimplemented from sc_core::sc_port< sc_fifo_out_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 181 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | ) | [inline] |
Definition at line 190 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | const char * | name_ | ) | [inline, explicit] |
Definition at line 194 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | out_if_type & | interface_ | ) | [inline, explicit] |
Definition at line 198 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | const char * | name_, | |
out_if_type & | interface_ | |||
) | [inline] |
Definition at line 202 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | out_port_type & | parent_ | ) | [inline, explicit] |
Definition at line 206 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | const char * | name_, | |
out_port_type & | parent_ | |||
) | [inline] |
Definition at line 210 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | this_type & | parent_ | ) | [inline] |
Definition at line 214 of file sc_fifo_ports.h.
sc_core::sc_fifo_out< T >::sc_fifo_out | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
Definition at line 218 of file sc_fifo_ports.h.
virtual sc_core::sc_fifo_out< T >::~sc_fifo_out | ( | ) | [inline, virtual] |
Definition at line 225 of file sc_fifo_ports.h.
sc_event_finder& sc_core::sc_fifo_out< T >::data_read | ( | ) | const [inline] |
Definition at line 262 of file sc_fifo_ports.h.
const sc_event& sc_core::sc_fifo_out< T >::data_read_event | ( | ) | const [inline] |
Definition at line 256 of file sc_fifo_ports.h.
virtual const char* sc_core::sc_fifo_out< T >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< sc_fifo_out_if< T >, 0, SC_ONE_OR_MORE_BOUND >.
Definition at line 268 of file sc_fifo_ports.h.
bool sc_core::sc_fifo_out< T >::nb_write | ( | const data_type & | value_ | ) | [inline] |
Definition at line 244 of file sc_fifo_ports.h.
int sc_core::sc_fifo_out< T >::num_free | ( | ) | const [inline] |
Definition at line 250 of file sc_fifo_ports.h.
void sc_core::sc_fifo_out< T >::write | ( | const data_type & | value_, | |
int | seg_id | |||
) | [inline] |
A new parameter segment ID is added for the out-of-order simulation.
Definition at line 238 of file sc_fifo_ports.h.