|
MatchLib
|
Public Member Functions | |
| Sink (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 927 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 936 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 947 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 952 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 962 of file nvhls_connections_buffered_ports.h.
| sc_in_clk Connections::Sink< MessageType, port_marshall_type >::clk |
Definition at line 931 of file nvhls_connections_buffered_ports.h.
| sc_in<bool> Connections::Sink< MessageType, port_marshall_type >::rst |
Definition at line 932 of file nvhls_connections_buffered_ports.h.
| In<MessageType, port_marshall_type> Connections::Sink< MessageType, port_marshall_type >::in |
Definition at line 933 of file nvhls_connections_buffered_ports.h.
|
static |
Definition at line 945 of file nvhls_connections_buffered_ports.h.