Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axi_dmac: assert xfer_request only when ready
If the req_valid asserts faster than the ID gets synchronized over we assert the xfer request without being ready to accept data. This can lead to overflow assertion when using a FIFO like interface.
- Loading branch information