CIRCT
20.0.0git
|
Represents a finite word-length bit vector (of four-state values) in SystemC as described in IEEE 1666-2011 §7.9.6. More...
#include <SystemCTypes.h>
Public Member Functions | |
unsigned | getWidth () |
Static Public Member Functions | |
static LogicVectorType | get (MLIRContext *context, unsigned width) |
static constexpr StringLiteral | getMnemonic () |
Static Public Attributes | |
static constexpr StringLiteral | name = "systemc.lv" |
Represents a finite word-length bit vector (of four-state values) in SystemC as described in IEEE 1666-2011 §7.9.6.
It is allowed at all places where 'LogicVectorBaseType' is allowed as it inherits and preserved all its functionality as described in IEEE 1666-2011 §7.9.6.1. The difference is that the bit-width has to be passed as a template argument and is thus known at compile-time.
Definition at line 302 of file SystemCTypes.h.
|
static |
Definition at line 193 of file SystemCTypes.cpp.
References circt::calyx::direction::get(), and width.
|
inlinestaticconstexpr |
Definition at line 309 of file SystemCTypes.h.
Referenced by customTypeParser().
unsigned LogicVectorType::getWidth | ( | ) |
Definition at line 197 of file SystemCTypes.cpp.
|
staticconstexpr |
Definition at line 311 of file SystemCTypes.h.