CIRCT
18.0.0git
|
An unpacked array dimension, like [a]
.
More...
#include <MooreTypes.h>
Public Member Functions | |
unsigned | getSize () const |
Get the size of the array, i.e. the a in [a] . More... | |
Static Public Member Functions | |
static UnpackedArrayDim | get (UnpackedType inner, unsigned size) |
Friends | |
struct | detail::DimStorage |
An unpacked array dimension, like [a]
.
Definition at line 913 of file MooreTypes.h.
|
static |
Definition at line 904 of file MooreTypes.cpp.
References circt::calyx::direction::get().
Referenced by customTypeParser(), and mooreUnpackedArrayDimTypeGet().
unsigned UnpackedArrayDim::getSize | ( | ) | const |
Get the size of the array, i.e. the a
in [a]
.
Definition at line 910 of file MooreTypes.cpp.
|
friend |
Definition at line 924 of file MooreTypes.h.