Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axi_dmac: dest_axi_mm: Simplify dependency management
There is an implicit dependency between the outgoing data stream and the incoming response stream. The AXI specification requires that the corresponding response is not sent before the last beat of data has been received. We can take advantage of this and remove the currently explicit dependency between the data and response paths. This slightly simplifies the design. Signed-off-by: Lars-Peter Clausen <[email protected]>
- Loading branch information