CIRCT
20.0.0git
|
Public Member Functions | |
def | __init__ (self, BundlePort owner, cpp.ChannelPort cpp_port) |
def | connect (self, Optional[int] buffer_size=None) |
def | disconnect (self) |
Public Attributes | |
owner | |
cpp_port | |
type | |
A unidirectional communication channel. This is the basic communication method with an accelerator.
def esiaccel.types.Port.__init__ | ( | self, | |
BundlePort | owner, | ||
cpp.ChannelPort | cpp_port | ||
) |
def esiaccel.types.Port.connect | ( | self, | |
Optional[int] | buffer_size = None |
||
) |
Definition at line 301 of file types.py.
References esiaccel.types.Port.cpp_port, esiaccel.types.BundlePort.cpp_port, 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::systemc::detail::PortInfo.type, fsm.MachineOp.type(), hw.ModuleLike.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, EmittedExpr.type, and FunctionRewrite.type.
def esiaccel.types.Port.disconnect | ( | self | ) |
Definition at line 309 of file types.py.
References esiaccel.types.Port.cpp_port, and esiaccel.types.BundlePort.cpp_port.
esiaccel.types.Port.cpp_port |
Definition at line 298 of file types.py.
Referenced by esiaccel.types.ReadPort.__init__(), esiaccel.types.WritePort.__init__(), esiaccel.types.FunctionPort.call(), esiaccel.types.FunctionPort.connect(), esiaccel.types.Port.connect(), esiaccel.types.Port.disconnect(), esiaccel.types.ReadPort.read(), esiaccel.types.BundlePort.read_port(), esiaccel.types.WritePort.try_write(), esiaccel.types.WritePort.write(), and esiaccel.types.BundlePort.write_port().
esiaccel.types.Port.type |
Definition at line 299 of file types.py.
Referenced by fsm.MachineOp.__init__(), 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().