Public Member Functions | |
DummySource (sc_module_name nm) | |
template<unsigned int Size> | |
void | Marshall (Marshaller< Size > &m) |
Public Attributes | |
sc_in_clk | clk |
sc_in< bool > | rst |
Out< MessageType, port_marshall_type > | out |
Static Public Attributes | |
static const unsigned int | width = 0 |
Protected Member Functions | |
void | DoSource () |
template<typename C > | |
void | operator() (C &rhs) |
Definition at line 1009 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 1018 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 1029 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 1034 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 1044 of file nvhls_connections_buffered_ports.h.
sc_in_clk Connections::DummySource< MessageType, port_marshall_type >::clk |
Definition at line 1013 of file nvhls_connections_buffered_ports.h.
sc_in<bool> Connections::DummySource< MessageType, port_marshall_type >::rst |
Definition at line 1014 of file nvhls_connections_buffered_ports.h.
Out<MessageType, port_marshall_type> Connections::DummySource< MessageType, port_marshall_type >::out |
Definition at line 1015 of file nvhls_connections_buffered_ports.h.
|
static |
Definition at line 1027 of file nvhls_connections_buffered_ports.h.