|
IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
|

Public Member Functions | |
| __init__ (self, Tile|None tile) | |
| Tile|None | tile (self) |
Protected Attributes | |
| _tile | |
The endpoint of an ObjectFifo. Each ObjectFifoHandle has one ObjectFifoEndpoint.
| iron.dataflow.endpoint.ObjectFifoEndpoint.__init__ | ( | self, | |
| Tile | None | tile | ||
| ) |
Reimplemented in iron.dataflow.objectfifo.ObjectFifoLink, and iron.runtime.endpoint.RuntimeEndpoint.
| Tile | None iron.dataflow.endpoint.ObjectFifoEndpoint.tile | ( | self | ) |
Return the tile of the endpoint.
Returns:
Tile | None: The current tile, or None if unplaced.
|
protected |