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

Public Member Functions

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

Detailed Description

Definition at line 69 of file AIEObjectFifoStatefulTransform.cpp.

Constructor & Destructor Documentation

◆ DMAChannelAnalysis()

DMAChannelAnalysis::DMAChannelAnalysis ( DeviceOp &  device)
inline

Definition at line 73 of file AIEObjectFifoStatefulTransform.cpp.

Member Function Documentation

◆ getDMAChannelIndex()

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

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

Definition at line 106 of file AIEObjectFifoStatefulTransform.cpp.

References xilinx::AIE::getTargetModel().

Referenced by AIEObjectFifoStatefulTransformPass::runOnOperation().


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