|
CIRCT 22.0.0git
|


Public Member Functions | |
| __init__ (self, HWModule owner, cpp.BundlePort cpp_port) | |
| connect (self) | |
| Future | read (self) |
Public Member Functions inherited from esiaccel.types.BundlePort | |
| __new__ (cls, HWModule owner, cpp.BundlePort cpp_port) | |
| WritePort | write_port (self, str channel_name) |
| ReadPort | read_port (self, str channel_name) |
Public Attributes | |
| connected | |
Public Attributes inherited from esiaccel.types.BundlePort | |
| owner | |
| cpp_port | |
Telemetry ports report an individual piece of information from the acceelerator. The method of accessing telemetry will likely change in the future.
| esiaccel.types.TelemetryPort.__init__ | ( | self, | |
| HWModule | owner, | ||
| cpp.BundlePort | cpp_port | ||
| ) |
Reimplemented from esiaccel.types.BundlePort.
Definition at line 553 of file types.py.
References esiaccel.types.TelemetryPort.__init__().
Referenced by esiaccel.types.TelemetryPort.__init__(), synth.LongestPathCollection.drop_non_critical_paths(), and synth.LongestPathCollection.merge().
| esiaccel.types.TelemetryPort.connect | ( | self | ) |
Definition at line 557 of file types.py.
References esiaccel.types.TelemetryPort.connect(), esi::Engine.connected, esi::WriteChannelPort.connected, esi::services::FuncService::Function.connected, esiaccel.types.FunctionPort.connected, esiaccel.types.CallbackPort.connected, esiaccel.types.TelemetryPort.connected, esiaccel.types.Port.cpp_port, and esiaccel.types.BundlePort.cpp_port.
Referenced by esiaccel.types.TelemetryPort.connect().
| Future esiaccel.types.TelemetryPort.read | ( | self | ) |
Definition at line 561 of file types.py.
References esiaccel.types.Port.cpp_port, esiaccel.types.BundlePort.cpp_port, and esiaccel.types.TelemetryPort.read().
Referenced by esiaccel.types.TelemetryPort.read().
| esiaccel.types.TelemetryPort.connected |
Definition at line 555 of file types.py.
Referenced by esiaccel.types.FunctionPort.connect(), esiaccel.types.TelemetryPort.connect(), and esiaccel.types.CallbackPort.connect().