Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hw,dma,rtl] Set interrupt only when transition to done / error
Previously, clearing the DONE or ERROR interrupt before clearing STATUS.done would lead to raise the same interrupt a second time, which could bring FW out of sync. With this change, the DONE and ERROR interrupt are only sent once, when transitioning into the DONE or ERROR state. Signed-off-by: Robert Schilling <[email protected]>
- Loading branch information