IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
iron.dataflow.tile_dma.DmaChannel Class Reference

Static Public Attributes

DMAChannelDir direction
 
int channel
 
list bds [Bd]
 

Detailed Description

One hardware DMA channel on a tile, with its BD chain.

Args:
    direction: ``DMAChannelDir.S2MM`` (host→tile) or ``DMAChannelDir.MM2S``
        (tile→host).
    channel: hardware channel index.
    bds: ordered list of :class:`Bd` entries that form the chain.

Member Data Documentation

◆ bds

list iron.dataflow.tile_dma.DmaChannel.bds [Bd]
static

◆ channel

int iron.dataflow.tile_dma.DmaChannel.channel
static

◆ direction

DMAChannelDir iron.dataflow.tile_dma.DmaChannel.direction
static

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