IRON
1.0
|
Public Member Functions | |
RuntimeEndpoint | __init__ (self, PlacementTile placement) |
bool | __eq__ (self, object other) |
str | __str__ (self) |
Public Member Functions inherited from iron.placeable.Placeable | |
def | __init__ (self, PlacementTile|None tile) |
None | place (self, Tile tile) |
PlacementTile|None | tile (self) |
Public Attributes | |
tile | |
The Endpoint of an ObjectFifo that is produced or consumed by the Runtime. The placement of this Endpoint should be a Shim Tile.
RuntimeEndpoint iron.runtime.endpoint.RuntimeEndpoint.__init__ | ( | self, | |
PlacementTile | placement | ||
) |
bool iron.runtime.endpoint.RuntimeEndpoint.__eq__ | ( | self, | |
object | other | ||
) |
str iron.runtime.endpoint.RuntimeEndpoint.__str__ | ( | self | ) |
iron.runtime.endpoint.RuntimeEndpoint.tile |