|
MLIR-AIE
|
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. | |
| void | checkAIEStreamIndex (TileOp tileOp, DMAChannel chan) |
| Given a tile and DMAChannel, adds entry to aieStreamsPerTile or throws an error if the stream is already used. | |
Definition at line 79 of file AIEObjectFifoStatefulTransform.cpp.
|
inline |
Definition at line 84 of file AIEObjectFifoStatefulTransform.cpp.
|
inline |
Given a tile and DMAChannel, adds entry to aieStreamsPerTile or throws an error if the stream is already used.
Definition at line 156 of file AIEObjectFifoStatefulTransform.cpp.
Referenced by AIEObjectFifoStatefulTransformPass::runOnOperation().
|
inline |
Given a tile and DMAChannelDir, returns next usable channel index for that tile.
Definition at line 125 of file AIEObjectFifoStatefulTransform.cpp.
References xilinx::AIE::getTargetModel().
Referenced by AIEObjectFifoStatefulTransformPass::assignDMAChannelIndices().