Public Member Functions | |
DummySink (sc_module_name nm) | |
template<unsigned int Size> | |
void | Marshall (Marshaller< Size > &m) |
Public Attributes | |
sc_in_clk | clk |
sc_in< bool > | rst |
In< MessageType, port_marshall_type > | in |
Static Public Attributes | |
static const unsigned int | width = 0 |
Protected Member Functions | |
void | DoSink () |
template<typename C > | |
void | operator() (C &rhs) |
Definition at line 968 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 977 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 988 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 993 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 1003 of file nvhls_connections_buffered_ports.h.
sc_in_clk Connections::DummySink< MessageType, port_marshall_type >::clk |
Definition at line 972 of file nvhls_connections_buffered_ports.h.
sc_in<bool> Connections::DummySink< MessageType, port_marshall_type >::rst |
Definition at line 973 of file nvhls_connections_buffered_ports.h.
In<MessageType, port_marshall_type> Connections::DummySink< MessageType, port_marshall_type >::in |
Definition at line 974 of file nvhls_connections_buffered_ports.h.
|
static |
Definition at line 986 of file nvhls_connections_buffered_ports.h.