CIRCT
20.0.0git
|
Bits are just an array of bits. More...
#include <Types.h>
Public Member Functions | |
BitVectorType (const ID &id, uint64_t width) | |
Public Member Functions inherited from esi::BitVectorType | |
BitVectorType (const ID &id, uint64_t width) | |
uint64_t | getWidth () const |
std::ptrdiff_t | getBitWidth () const override |
Public Member Functions inherited from esi::Type | |
Type (const ID &id) | |
virtual | ~Type ()=default |
ID | getID () const |
Additional Inherited Members | |
Public Types inherited from esi::Type | |
using | ID = std::string |
Protected Attributes inherited from esi::Type | |
ID | id |
Bits are just an array of bits.
They are not interpreted as a number but are identified in the manifest as "signless" ints.