CIRCT 20.0.0git
|
Public Member Functions | |
__init__ (self, name, initial_state, input_ports, output_ports, *attributes={}, loc=None, ip=None) | |
type (self) | |
instantiate (self, str name, loc=None, ip=None, **kwargs) | |
Public Attributes | |
body | |
fsm.MachineOp.__init__ | ( | self, | |
name, | |||
initial_state, | |||
input_ports, | |||
output_ports, | |||
* | attributes = {} , |
||
loc = None , |
|||
ip = None |
|||
) |
fsm.MachineOp.instantiate | ( | self, | |
str | name, | ||
loc = None , |
|||
ip = None , |
|||
** | kwargs | ||
) |
FSM Instantiation function
Definition at line 61 of file fsm.py.
References circt::calyx::PortInfo.attributes, FIRRTLBundleField.type, FIRRTLClassElement.type, HWStructFieldInfo.type, HWModulePort.type, circt::HWArithToHWTypeConverter::ConvertedType.type, circt::arc::StateInfo.type, circt::calyx::PortInfo.type, circt::esi::ServicePortInfo.type, circt::esi::BundledChannel.type, circt::firrtl::PortInfo.type, circt::firrtl::ClassElement.type, circt::hw::ModulePort.type, circt::hw::detail::FieldInfo.type, circt::hw::detail::OffsetFieldInfo.type, circt::moore::StructLikeMember.type, circt::om::evaluator::ReferenceValue.type, circt::om::evaluator::AttributeValue.type, circt::om::evaluator::ListValue.type, circt::om::evaluator::MapValue.type, circt::om::evaluator::TupleValue.type, circt::rtg::DictEntry.type, circt::systemc::detail::PortInfo.type, hw.ModuleLike.type(), fsm.MachineOp.type(), hw.HWModuleOp.type(), hw.HWModuleExternOp.type(), Python.support.OpOperand.type(), esi::Constant.type, esi::ChannelAssignment.type, esi::ChannelPort.type, esiaccel.types.Port.type, ResetSignal.type, Property.type, NonHWField.type, FlatBundleFieldEntry.type, SetValue.type, BagValue.type, EmittedExpr.type, and FunctionRewrite.type.
fsm.MachineOp.type | ( | self | ) |
Definition at line 58 of file fsm.py.
References circt::calyx::PortInfo.attributes.
Referenced by esiaccel.types.WritePort.__serialize_msg(), hw.HWModuleOp.add_entry_block(), esiaccel.types.Port.connect(), hw.HWModuleOp.input_indices(), fsm.MachineOp.instantiate(), hw.HWModuleOp.outputs(), and esiaccel.types.ReadPort.read().
fsm.MachineOp.body |
Definition at line 55 of file fsm.py.
Referenced by esi.ESIPureModuleOp.add_entry_block(), handshake.FuncOp.add_entry_block(), and hw.HWModuleOp.add_entry_block().