CIRCT  19.0.0git
Public Member Functions | List of all members
esiaccel.types.WritePort Class Reference
Inheritance diagram for esiaccel.types.WritePort:
Inheritance graph
[legend]
Collaboration diagram for esiaccel.types.WritePort:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, BundlePort owner, cpp.WriteChannelPort cpp_port)
 
bool write (self, msg=None)
 
- Public Member Functions inherited from esiaccel.types.Port
def __init__ (self, BundlePort owner, cpp.ChannelPort cpp_port)
 
def connect (self)
 

Additional Inherited Members

- Public Attributes inherited from esiaccel.types.Port
 owner
 
 cpp_port
 
 type
 

Detailed Description

A unidirectional communication channel from the host to the accelerator.

Definition at line 308 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

def esiaccel.types.WritePort.__init__ (   self,
BundlePort  owner,
cpp.WriteChannelPort  cpp_port 
)

Definition at line 311 of file types.py.

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

Member Function Documentation

◆ write()

bool esiaccel.types.WritePort.write (   self,
  msg = None 
)

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