Public Member Functions | |
Pipeline (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 | DeqMsg () |
void | Seq () |
Protected Attributes | |
sc_signal< Bit > | wen |
sc_signal< Bit > | full |
StateSignal< Message, port_marshall_type > | state |
Definition at line 320 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 343 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 331 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 338 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 353 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 380 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 386 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 389 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 392 of file nvhls_connections_buffered_ports.h.
|
inlineprotected |
Definition at line 395 of file nvhls_connections_buffered_ports.h.
|
inline |
Definition at line 421 of file nvhls_connections_buffered_ports.h.
|
static |
Definition at line 324 of file nvhls_connections_buffered_ports.h.
sc_in_clk Connections::Pipeline< Message, port_marshall_type >::clk |
Definition at line 326 of file nvhls_connections_buffered_ports.h.
sc_in<bool> Connections::Pipeline< Message, port_marshall_type >::rst |
Definition at line 327 of file nvhls_connections_buffered_ports.h.
In<Message, port_marshall_type> Connections::Pipeline< Message, port_marshall_type >::enq |
Definition at line 328 of file nvhls_connections_buffered_ports.h.
Out<Message, port_marshall_type> Connections::Pipeline< Message, port_marshall_type >::deq |
Definition at line 329 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 346 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 349 of file nvhls_connections_buffered_ports.h.
|
protected |
Definition at line 350 of file nvhls_connections_buffered_ports.h.