Specialization for single entry and single bank for QoR optimization.
More...
#include <fifo.h>
|
typedef | NVUINTW (1) T |
|
void | push (DataType wr_data, T bidx=0) |
|
DataType | pop (T bidx=0) |
|
void | incrHead (T bidx=0) |
|
DataType | peek (T bidx=0) |
|
bool | isEmpty (T bidx=0) |
|
bool | isFull (T bidx=0) |
|
T | NumFilled (T bidx=0) |
|
T | NumAvailable (T bidx=0) |
|
void | reset () |
|
template<unsigned int Size> |
void | Marshall (Marshaller< Size > &m) |
|
|
static const int | width = Wrapped<DataType>::width + 1 |
|
template<typename DataType>
class FIFO< DataType, 1, 1 >
Specialization for single entry and single bank for QoR optimization.
- Template Parameters
-
DataType | DataType of entry in FIFO |
Definition at line 239 of file fifo.h.
The documentation for this class was generated from the following file: