CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
esiaccel.types.Port Class Reference
Inheritance diagram for esiaccel.types.Port:
Inheritance graph
[legend]

Public Member Functions

 __init__ (self, BundlePort owner, cpp.ChannelPort cpp_port)
 
 connect (self, Optional[int] buffer_size=None)
 
 disconnect (self)
 

Public Attributes

 owner
 
 cpp_port
 
 type
 

Detailed Description

A unidirectional communication channel. This is the basic communication
method with an accelerator.

Definition at line 452 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

esiaccel.types.Port.__init__ (   self,
BundlePort  owner,
cpp.ChannelPort  cpp_port 
)

Member Function Documentation

◆ connect()

esiaccel.types.Port.connect (   self,
Optional[int]   buffer_size = None 
)

Definition at line 461 of file types.py.

References esiaccel.types.Port.connect(), esiaccel.types.Port.cpp_port, esiaccel.types.BundlePort.cpp_port, FIRRTLBundleField.type, FIRRTLClassElement.type, HWStructFieldInfo.type, HWUnionFieldInfo.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::rtg::DictEntry.type, circt::systemc::detail::PortInfo.type, hw.ModuleLike.type(), fsm.MachineOp.type(), hw.HWModuleOp.type(), hw.HWModuleExternOp.type(), sv.SVVerbatimModuleOp.type(), Unknown.type, Python.support.OpOperand.type(), circt::ImportVerilog::FlattenedIfacePort.type, esi::backends::cosim::RpcClient::ChannelDesc.type, esi::Constant.type, esi::ChannelAssignment.type, esi::ChannelPort.type, esi::BundlePort.type, esiaccel.types.BundleType.Channel.type, esiaccel.types.Port.type, ResetSignal.type, Property.type, NonHWField.type, FlatBundleFieldEntry.type, Def.type, SetStorage.type, BagStorage.type, ArrayStorage.type, IdentityValue.type, EmittedExpr.type, and FunctionRewrite.type.

Referenced by esiaccel.types.Port.connect().

◆ disconnect()

esiaccel.types.Port.disconnect (   self)

Member Data Documentation

◆ cpp_port

esiaccel.types.Port.cpp_port

◆ owner

esiaccel.types.Port.owner

Definition at line 457 of file types.py.

◆ type

esiaccel.types.Port.type

The documentation for this class was generated from the following file: