Public Member Functions | |
Bypass (sc_module_name name) | |
void | line_trace () |
Public Attributes | |
sc_in_clk | clk |
sc_in< bool > | rst |
In< Message, port_marshall_type > | enq |
Out< Message, port_marshall_type > | deq |
Static Public Attributes | |
static const int | kDebugLevel = 3 |
Protected Types | |
typedef bool | Bit |
Protected Member Functions | |
void | Init () |
void | WriteEn () |
void | EnqRdy () |
void | DeqVld () |
void | BypassMux () |
void | Seq () |
Protected Attributes | |
sc_signal< Bit > | wen |
sc_signal< Bit > | full |
StateSignal< Message, port_marshall_type > | state |
Definition at line 175 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 198 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 186 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 193 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 208 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 234 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 239 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 242 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 247 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 256 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 281 of file nvhls_connections_buffered_ports.h.
|
static |
Definition at line 179 of file nvhls_connections_buffered_ports.h.
sc_in_clk Connections::Bypass< Message, port_marshall_type >::clk |
Definition at line 181 of file nvhls_connections_buffered_ports.h.
sc_in<bool> Connections::Bypass< Message, port_marshall_type >::rst |
Definition at line 182 of file nvhls_connections_buffered_ports.h.
In<Message, port_marshall_type> Connections::Bypass< Message, port_marshall_type >::enq |
Definition at line 183 of file nvhls_connections_buffered_ports.h.
Out<Message, port_marshall_type> Connections::Bypass< Message, port_marshall_type >::deq |
Definition at line 184 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 201 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 204 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 205 of file nvhls_connections_buffered_ports.h.