Skip to content

axi_dmac: End cyclic transfers by lowering CYCLIC #1757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

podgori
Copy link
Contributor

@podgori podgori commented Jun 12, 2025

PR Description

This PR updates the DMA to end the cyclic transfers by lowering the CYCLIC flag when such a transfer is in progress. This allows for a smooth transition between different transfers, without having to disable the DMA.
The DMA will also generate 1 SOT interrupt and 1 EOT interrupt to mark the limits of the cyclic transfer.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)
  • Documentation

PR Checklist

  • I have followed the code style guidelines
  • I have performed a self-review of changes
  • I have compiled all hdl projects and libraries affected by this PR
  • I have tested in hardware affected projects, at least on relevant boards
  • I have commented my code, at least hard-to-understand parts
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
  • I have not introduced new Warnings/Critical Warnings on compilation
  • I have added new hdl testbenches or updated existing ones

podgori added 2 commits June 12, 2025 14:05
This commit updates the DMA to end the cyclic transfers by lowering
the CYCLIC flag when such a transfer is in progress. This allows
for a smooth transition between different transfers, without having
to disable the DMA.
The DMA will also generate 1 SOT interrupt and 1 EOT interrupt to
mark the limits of the cyclic transfer.

Signed-off-by: Ionut Podgoreanu <ionut.podgoreanu@analog.com>
Signed-off-by: Ionut Podgoreanu <ionut.podgoreanu@analog.com>
VERSION_MINOR
RO
ENDFIELD

FIELD
[7:0] 0x00000064
[7:0] 0x00000061
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may be time to let a go, and set the patch number to 0.
proposal #1831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants