MLIR-AIE
Public Member Functions | List of all members
DMAChannelAnalysis Class Reference

Public Member Functions

 DMAChannelAnalysis (DeviceOp &device)
 
int getDMAChannelIndex (TileOp tileOp, DMAChannelDir dir, bool requiresAdjacentTileAccessChannels)
 Given a tile and DMAChannelDir, returns next usable channel index for that tile.
 

Detailed Description

Definition at line 74 of file AIEObjectFifoStatefulTransform.cpp.

Constructor & Destructor Documentation

◆ DMAChannelAnalysis()

DMAChannelAnalysis::DMAChannelAnalysis ( DeviceOp &  device)
inline

Definition at line 78 of file AIEObjectFifoStatefulTransform.cpp.

Member Function Documentation

◆ getDMAChannelIndex()

int DMAChannelAnalysis::getDMAChannelIndex ( TileOp  tileOp,
DMAChannelDir  dir,
bool  requiresAdjacentTileAccessChannels 
)
inline

Given a tile and DMAChannelDir, returns next usable channel index for that tile.

Definition at line 111 of file AIEObjectFifoStatefulTransform.cpp.

References xilinx::AIE::getTargetModel().

Referenced by AIEObjectFifoStatefulTransformPass::assignDMAChannelIndices().


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