CIRCT
18.0.0git
|
#include <HWTypes.h>
Public Types | |
enum | Direction { Input , Output , InOut } |
Public Attributes | |
mlir::StringAttr | name |
mlir::Type | type |
Direction | dir |
Direction circt::hw::ModulePort::dir |
Definition at line 31 of file HWTypes.h.
Referenced by circt::hw::PortInfo::isInOut(), circt::hw::PortInfo::isInput(), circt::hw::PortInfo::isOutput(), circt::hw::PortConversion::lowerPort(), and circt::hw::operator<<().
mlir::StringAttr circt::hw::ModulePort::name |
Definition at line 29 of file HWTypes.h.
Referenced by circt::hw::PortConverterImpl::createNewInput(), circt::hw::PortConverterImpl::createNewOutput(), circt::hw::PortInfo::getName(), circt::hw::HWModulePortAccessor::HWModulePortAccessor(), and circt::hw::operator<<().
mlir::Type circt::hw::ModulePort::type |
Definition at line 30 of file HWTypes.h.
Referenced by fsm.MachineOp::__init__(), hw.HWModuleOp::add_entry_block(), hw.HWModuleOp::input_indices(), fsm.MachineOp::instantiate(), circt::hw::operator<<(), and hw.HWModuleOp::outputs().