CIRCT  19.0.0git
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

def __init__ (self, BundlePort owner, cpp.ChannelPort cpp_port)
 
def connect (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 291 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 295 of file types.py.

Member Function Documentation

◆ connect()

def esiaccel.types.Port.connect (   self)

Definition at line 303 of file types.py.

References esiaccel.types.Port.cpp_port, and esiaccel.types.BundlePort.cpp_port.

Member Data Documentation

◆ cpp_port

esiaccel.types.Port.cpp_port

◆ owner

esiaccel.types.Port.owner

Definition at line 296 of file types.py.

◆ type

esiaccel.types.Port.type

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