Skip to content
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

DMA Generic Transfer Start Synchronization #1341

Merged
merged 6 commits into from
Jul 16, 2024
Merged

DMA Generic Transfer Start Synchronization #1341

merged 6 commits into from
Jul 16, 2024

Commits on Jul 10, 2024

  1. axi_dmac: Implement generic transfer start sync

    This commit adds a generic 'sync' port used for transfer start.
    The signal used for synchronization is assumed to be synchronous
    with the interface clock.
    
    On the receive AXI Streaming interface, the user can choose to
    receive the synchronization signal on TUSER instead of 'sync',
    which is the default setting, configurable through the
    AXIS_TUSER_SYNC synthesis parameter.
    
    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cfa4960 View commit details
    Browse the repository at this point in the history
  2. library: interfaces: Use the generic sync signal

    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e2715c9 View commit details
    Browse the repository at this point in the history
  3. docs: axi_dmac: Update documentation

    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ebb234f View commit details
    Browse the repository at this point in the history
  4. projects: Update to use the generic sync signal

    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    038c97a View commit details
    Browse the repository at this point in the history
  5. projects: Connect unused sync signals to GND

    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    90de0a1 View commit details
    Browse the repository at this point in the history
  6. fmcomms8/a10soc: Fix timing violations

    Signed-off-by: Ionut Podgoreanu <[email protected]>
    podgori committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    493a9c3 View commit details
    Browse the repository at this point in the history