IRON 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iron.runtime.endpoint.RuntimeEndpoint Class Reference
Inheritance diagram for iron.runtime.endpoint.RuntimeEndpoint:
Inheritance graph
[legend]
Collaboration diagram for iron.runtime.endpoint.RuntimeEndpoint:
Collaboration graph
[legend]

Public Member Functions

RuntimeEndpoint __init__ (self, PlacementTile placement)
 
bool __eq__ (self, object other)
 
str __str__ (self)
 
- Public Member Functions inherited from iron.placeable.Placeable
None place (self, Tile tile)
 
PlacementTile|None tile (self)
 

Public Attributes

 tile
 

Additional Inherited Members

- Protected Attributes inherited from iron.placeable.Placeable
 _tile
 

Detailed Description

The Endpoint of an ObjectFifo that is produced or consumed by the Runtime.
The placement of this Endpoint should be a Shim Tile.

Constructor & Destructor Documentation

◆ __init__()

RuntimeEndpoint iron.runtime.endpoint.RuntimeEndpoint.__init__ (   self,
PlacementTile  tile 
)
Initialize a Placeable object.

Args:
    tile (PlacementTile): A placeable object has a tile. This may be None during construction.

Reimplemented from iron.placeable.Placeable.

Member Function Documentation

◆ __eq__()

bool iron.runtime.endpoint.RuntimeEndpoint.__eq__ (   self,
object  other 
)

◆ __str__()

str iron.runtime.endpoint.RuntimeEndpoint.__str__ (   self)

Member Data Documentation

◆ tile

iron.runtime.endpoint.RuntimeEndpoint.tile

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