|
CIRCT 22.0.0git
|
Struct defining a field with an offset. Used in unions. More...
#include <HWTypes.h>

Public Attributes | |
| StringAttr | name |
| Type | type |
| size_t | offset |
| StringAttr circt::hw::detail::OffsetFieldInfo::name |
Definition at line 99 of file HWTypes.h.
Referenced by circt::hw::detail::hash_value(), and circt::hw::detail::operator==().
| size_t circt::hw::detail::OffsetFieldInfo::offset |
Definition at line 101 of file HWTypes.h.
Referenced by circt::hw::detail::hash_value(), and circt::hw::detail::operator==().
| Type circt::hw::detail::OffsetFieldInfo::type |
Definition at line 100 of file HWTypes.h.
Referenced by esiaccel.types.WritePort::__serialize_msg(), hw.HWModuleOp::add_entry_block(), esiaccel.types.Port::connect(), circt::hw::detail::hash_value(), hw.HWModuleOp::input_indices(), fsm.MachineOp::instantiate(), circt::hw::detail::operator==(), hw.HWModuleOp::outputs(), and esiaccel.types.ReadPort::read().