CIRCT
20.0.0git
|
A member of a struct. More...
#include <MooreTypes.h>
Public Member Functions | |
bool | operator== (const StructLikeMember &other) const |
Public Attributes | |
StringAttr | name |
The name of this member. More... | |
UnpackedType | type |
The type of this member. More... | |
A member of a struct.
Definition at line 157 of file MooreTypes.h.
|
inline |
Definition at line 163 of file MooreTypes.h.
StringAttr circt::moore::StructLikeMember::name |
The name of this member.
Definition at line 159 of file MooreTypes.h.
Referenced by circt::moore::hash_value(), and operator==().
UnpackedType circt::moore::StructLikeMember::type |
The type of this member.
Definition at line 161 of file MooreTypes.h.
Referenced by fsm.MachineOp::__init__(), esiaccel.types.WritePort::__serialize_msg(), hw.HWModuleOp::add_entry_block(), esiaccel.types.Port::connect(), circt::moore::hash_value(), hw.HWModuleOp::input_indices(), fsm.MachineOp::instantiate(), operator==(), hw.HWModuleOp::outputs(), and esiaccel.types.ReadPort::read().