IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
iron.dataflow.flow.PacketDest Class Reference
Collaboration diagram for iron.dataflow.flow.PacketDest:
Collaboration graph
[legend]

Static Public Attributes

Tile tile
 
WireBundle port = WireBundle.DMA
 
int channel = 0
 

Detailed Description

One destination endpoint of a :class:`PacketFlow`.  Held as a small
dataclass so the PacketFlow constructor's destination list reads cleanly
when there are multiple sinks (uncommon, but the underlying op supports
it).

Member Data Documentation

◆ channel

int iron.dataflow.flow.PacketDest.channel = 0
static

◆ port

WireBundle iron.dataflow.flow.PacketDest.port = WireBundle.DMA
static

◆ tile

Tile iron.dataflow.flow.PacketDest.tile
static

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