Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete StatefulTransform and move logic into AMDAIE passes (#784)
This PR removes `AMDAIEStatefulTransform` and `AMDAIEAssignLockIDs` by moving logic into `AMDAIEBufferization`, `AMDAIEAcquireReleaseToUseLock` and `AMDAIELowerToAIE`. This gets rid of an intermediate layer of logic operating on `aie.objectfifo` by going from logical objectFifos directly to aie.buffer. This reduces the overall amount of code/complexity needed to get to the same result.
- Loading branch information