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

Public Member Functions

def __new__ (cls, HWModule owner, cpp.BundlePort cpp_port)
 
def __init__ (self, HWModule owner, cpp.BundlePort cpp_port)
 
WritePort write_port (self, str channel_name)
 
ReadPort read_port (self, str channel_name)
 

Public Attributes

 owner
 
 cpp_port
 

Detailed Description

A collections of named, unidirectional communication channels.

Definition at line 349 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented in esiaccel.types.FunctionPort.

Definition at line 360 of file types.py.

Member Function Documentation

◆ __new__()

def esiaccel.types.BundlePort.__new__ (   cls,
HWModule  owner,
cpp.BundlePort  cpp_port 
)

Definition at line 354 of file types.py.

◆ read_port()

ReadPort esiaccel.types.BundlePort.read_port (   self,
str  channel_name 
)

Definition at line 367 of file types.py.

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

◆ write_port()

WritePort esiaccel.types.BundlePort.write_port (   self,
str  channel_name 
)

Definition at line 364 of file types.py.

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

Member Data Documentation

◆ cpp_port

esiaccel.types.BundlePort.cpp_port

◆ owner

esiaccel.types.BundlePort.owner

Definition at line 361 of file types.py.


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