|
CIRCT 22.0.0git
|

Public Member Functions | |
| __new__ (cls, HWModule owner, cpp.BundlePort cpp_port) | |
| __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 | |
A collections of named, unidirectional communication channels.
| esiaccel.types.BundlePort.__init__ | ( | self, | |
| HWModule | owner, | ||
| cpp.BundlePort | cpp_port | ||
| ) |
Reimplemented in esiaccel.types.FunctionPort, esiaccel.types.CallbackPort, esiaccel.types.TelemetryPort, and esiaccel.types.MMIORegion.
Definition at line 415 of file types.py.
Referenced by synth.LongestPathCollection.drop_non_critical_paths(), and synth.LongestPathCollection.merge().
| esiaccel.types.BundlePort.__new__ | ( | cls, | |
| HWModule | owner, | ||
| cpp.BundlePort | cpp_port | ||
| ) |
Definition at line 403 of file types.py.
References esiaccel.types.BundlePort.__new__().
Referenced by esiaccel.types.BundlePort.__new__(), and esiaccel.types.ESIType.wrap_cpp().
| ReadPort esiaccel.types.BundlePort.read_port | ( | self, | |
| str | channel_name | ||
| ) |
Definition at line 422 of file types.py.
References esiaccel.types.Port.cpp_port, and esiaccel.types.BundlePort.cpp_port.
| WritePort esiaccel.types.BundlePort.write_port | ( | self, | |
| str | channel_name | ||
| ) |
Definition at line 419 of file types.py.
References esiaccel.types.Port.cpp_port, and esiaccel.types.BundlePort.cpp_port.
| esiaccel.types.BundlePort.cpp_port |
Definition at line 417 of file types.py.
Referenced by esiaccel.types.ReadPort.__init__(), esiaccel.types.WritePort.__init__(), esiaccel.types.FunctionPort.call(), esiaccel.types.FunctionPort.connect(), esiaccel.types.TelemetryPort.connect(), esiaccel.types.CallbackPort.connect(), esiaccel.types.Port.connect(), esiaccel.types.Port.disconnect(), esiaccel.types.ReadPort.read(), esiaccel.types.TelemetryPort.read(), esiaccel.types.BundlePort.read_port(), esiaccel.types.WritePort.try_write(), esiaccel.types.WritePort.write(), and esiaccel.types.BundlePort.write_port().