-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Updated the library, docs and projects to include this change. Fixed issues in projects: connected unused sync signals to GND and fixed the timing violations in fmcomms8/a10soc. Signed-off-by: Ionut Podgoreanu <[email protected]>
- Loading branch information
Showing
65 changed files
with
543 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.