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

Public Member Functions

 __init__ (self, BundlePort owner, cpp.ReadChannelPort cpp_port)
 
object read (self)
 
- Public Member Functions inherited from esiaccel.types.Port
 connect (self, Optional[int] buffer_size=None)
 
 disconnect (self)
 

Additional Inherited Members

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

Detailed Description

A unidirectional communication channel from the accelerator to the host.

Definition at line 340 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

esiaccel.types.ReadPort.__init__ (   self,
BundlePort  owner,
cpp.ReadChannelPort  cpp_port 
)

Member Function Documentation

◆ read()

object esiaccel.types.ReadPort.read (   self)

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