MatchLib
|
An implementation of array that declares VectorLength variables for array of size VectorLength. More...
#include <nvhls_array.h>
Public Types | |
typedef nv_array_bank_array_no_assert_base< Type, VectorLength > | base_t |
Public Member Functions | |
nv_array (const char *prefix) | |
nv_array (sc_module_name prefix) | |
nv_array (sc_module_name prefix, const unsigned int &id) | |
Public Member Functions inherited from nvhls::nv_array_bank_array_no_assert_base< Type, VectorLength > | |
nv_array_bank_array_no_assert_base (const char *prefix) | |
Type & | operator[] (size_t idx) |
const Type & | operator[] (size_t idx) const |
An implementation of array that declares VectorLength variables for array of size VectorLength.
Type | Datatype |
VectorLength | Size of array |
Definition at line 145 of file nvhls_array.h.