opentitan icon indicating copy to clipboard operation
opentitan copied to clipboard

[hw,dma,rtl] Set interrupt only when transition to done / error

Open Razer6 opened this issue 1 year ago • 1 comments

Previously, clearing the DONE or ERROR interrupt before clearing STATUS.done would 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.

/cc @neeraj-rv @sameo

Razer6 avatar Jun 30 '24 16:06 Razer6

Thats true indeed, lets AND the .d signal to it

Razer6 avatar Aug 02 '24 23:08 Razer6

This PR is not necessary anymore because we switched to status-type interrupts.

Razer6 avatar Nov 12 '24 13:11 Razer6