|
| Buffer (sc_module_name name) |
|
void | line_trace () |
|
|
sc_in_clk | clk |
|
sc_in< bool > | rst |
|
In< Message, port_marshall_type > | enq |
|
Out< Message, port_marshall_type > | deq |
|
|
static const int | kDebugLevel = 3 |
|
|
typedef | NVUINTW (AddrWidth) BuffIdx |
|
void | Init () |
|
void | EnqRdy () |
|
void | DeqVld () |
|
void | DeqMsg () |
|
void | HeadNext () |
|
void | TailNext () |
|
void | FullNext () |
|
void | Seq () |
|
|
sc_signal< Bit > | full_next |
|
sc_signal< BuffIdx > | head_next |
|
sc_signal< BuffIdx > | tail_next |
|
sc_signal< Bit > | full |
|
sc_signal< BuffIdx > | head |
|
sc_signal< BuffIdx > | tail |
|
StateSignal< Message, port_marshall_type > | buffer [NumEntries] |
|
template<typename Message, unsigned int NumEntries, connections_port_t port_marshall_type>
class Connections::Buffer< Message, NumEntries, port_marshall_type >
Definition at line 703 of file nvhls_connections_buffered_ports.h.
The documentation for this class was generated from the following file: