Loading [MathJax]/jax/output/HTML-CSS/config.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
esiaccel.types.TelemetryPort Class Reference
Inheritance diagram for esiaccel.types.TelemetryPort:
Inheritance graph
[legend]
Collaboration diagram for esiaccel.types.TelemetryPort:
Collaboration graph
[legend]

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
 

Detailed Description

Telemetry ports report an individual piece of information from the
acceelerator. The method of accessing telemetry will likely change in the
future.

Definition at line 497 of file types.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from esiaccel.types.BundlePort.

Definition at line 502 of file types.py.

References esiaccel.types.TelemetryPort.__init__().

Referenced by esiaccel.types.TelemetryPort.__init__().

Member Function Documentation

◆ connect()

esiaccel.types.TelemetryPort.connect (   self)

◆ read()

Future esiaccel.types.TelemetryPort.read (   self)

Member Data Documentation

◆ connected

esiaccel.types.TelemetryPort.connected

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