-
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: Allow to disable FIFO interfaces immediately
For the AXI streaming interfaces we need to make sure that the handshaking rules for the external interface are met. Hence we can't just disable the DMA and have to wait for any pending beats to complete. For the FIFO interfaces on the other hand no such requirements exist. All handshaking is for the internal pipeline which will be reset as a whole so it is OK to violate the handshaking without causing any undefined behavior. Signed-off-by: Lars-Peter Clausen <[email protected]>
- Loading branch information
1 parent
8937c36
commit 8c1d8e2
Showing
2 changed files
with
7 additions
and
6 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