CIRCT
20.0.0git
|
Gathers information about a given Arc state. More...
#include <ModelInfo.h>
Public Types | |
enum | Type { Input , Output , Register , Memory , Wire } |
Public Attributes | |
enum circt::arc::StateInfo::Type | type |
std::string | name |
unsigned | offset |
unsigned | numBits |
unsigned | memoryStride = 0 |
unsigned | memoryDepth = 0 |
Gathers information about a given Arc state.
Definition at line 25 of file ModelInfo.h.
Enumerator | |
---|---|
Input | |
Output | |
Register | |
Memory | |
Wire |
Definition at line 26 of file ModelInfo.h.
unsigned circt::arc::StateInfo::memoryDepth = 0 |
Definition at line 31 of file ModelInfo.h.
unsigned circt::arc::StateInfo::memoryStride = 0 |
Definition at line 30 of file ModelInfo.h.
std::string circt::arc::StateInfo::name |
Definition at line 27 of file ModelInfo.h.
unsigned circt::arc::StateInfo::numBits |
Definition at line 29 of file ModelInfo.h.
unsigned circt::arc::StateInfo::offset |
Definition at line 28 of file ModelInfo.h.
enum circt::arc::StateInfo::Type circt::arc::StateInfo::type |