Public Types | |
typedef Wrapped< Message > | WMessage |
typedef sc_lv< WMessage::width > | MsgBits |
typedef Packet< WMessage::width, DestWidthPerHop, MaxHops, PacketIdWidth > | Packet_t |
Public Member Functions | |
InNetwork (sc_module_name name) | |
void | line_trace () |
Public Attributes | |
sc_in_clk | clk |
sc_in< bool > | rst |
In< Packet_t > | enq |
Out< Message > | deq |
Static Public Attributes | |
static const int | kDebugLevel = 3 |
static const unsigned int | width = WMessage::width |
Protected Member Functions | |
void | Init () |
void | AssignMsg () |
void | AssignVal () |
void | AssignRdy () |
Definition at line 35 of file nvhls_connections_network.h.
typedef Wrapped<Message> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::WMessage |
Definition at line 40 of file nvhls_connections_network.h.
typedef sc_lv<WMessage::width> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::MsgBits |
Definition at line 42 of file nvhls_connections_network.h.
typedef Packet<WMessage::width, DestWidthPerHop, MaxHops, PacketIdWidth> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::Packet_t |
Definition at line 44 of file nvhls_connections_network.h.
|
inline |
Definition at line 52 of file nvhls_connections_network.h.
|
inline |
Definition at line 59 of file nvhls_connections_network.h.
|
inlineprotected |
Definition at line 64 of file nvhls_connections_network.h.
|
inlineprotected |
Definition at line 80 of file nvhls_connections_network.h.
|
inlineprotected |
Definition at line 93 of file nvhls_connections_network.h.
|
inlineprotected |
Definition at line 94 of file nvhls_connections_network.h.
|
inline |
Definition at line 98 of file nvhls_connections_network.h.
|
static |
Definition at line 39 of file nvhls_connections_network.h.
|
static |
Definition at line 41 of file nvhls_connections_network.h.
sc_in_clk Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::clk |
Definition at line 47 of file nvhls_connections_network.h.
sc_in<bool> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::rst |
Definition at line 48 of file nvhls_connections_network.h.
In<Packet_t> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::enq |
Definition at line 49 of file nvhls_connections_network.h.
Out<Message> Connections::InNetwork< Message, DestWidthPerHop, MaxHops, PacketIdWidth >::deq |
Definition at line 50 of file nvhls_connections_network.h.