|
IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
|


Public Member Functions | |
| None | __init__ (self, Tile tile=AnyShimTile) |
| bool | __eq__ (self, object other) |
| str | __str__ (self) |
Public Member Functions inherited from iron.dataflow.endpoint.ObjectFifoEndpoint | |
| Tile|None | tile (self) |
Static Protected Attributes | |
| tuple | _SHIM_TILE_TYPES = (AIETileType.ShimNOCTile, AIETileType.ShimPLTile) |
Additional Inherited Members | |
Protected Attributes inherited from iron.dataflow.endpoint.ObjectFifoEndpoint | |
| _tile | |
An ObjectFifo endpoint representing data transfer between the host and the device. Operates on a shim tile — either a ShimNOCTile (the default, used by NPU host-driven DMA) or a ShimPLTile (used by VCK5000 PLIO designs where the runtime DMA is wired to the PL side of the shim).
| None iron.runtime.endpoint.RuntimeEndpoint.__init__ | ( | self, | |
| Tile | tile = AnyShimTile |
||
| ) |
Reimplemented from iron.dataflow.endpoint.ObjectFifoEndpoint.
| bool iron.runtime.endpoint.RuntimeEndpoint.__eq__ | ( | self, | |
| object | other | ||
| ) |
| str iron.runtime.endpoint.RuntimeEndpoint.__str__ | ( | self | ) |
|
staticprotected |