opentitan icon indicating copy to clipboard operation
opentitan copied to clipboard

[kmac,dv] Verify `fifo_empty` status interrupt

Open andreaskurth opened this issue 1 year ago • 1 comments

In PR #21657 we changed the fifo_empty interrupt from event to status. kmac_scoreboard currently doesn't model and check that interrupt; we should correct that.

andreaskurth avatar Mar 29 '24 16:03 andreaskurth

Software is currently not using the fifo_empty interrupt and we may thus want to consider de-prioritizing this task @andreaskurth .

vogelpi avatar May 06 '24 07:05 vogelpi

Discussed in triage: same as for the similar HMAC issue, we move this to M5

andreaskurth avatar May 17 '24 15:05 andreaskurth

This would be good to get. Maybe something for @martin-velay after taking care of the same task for HMAC?

vogelpi avatar Jun 18 '24 22:06 vogelpi

@martin-velay started working on this and has a first draft PR ready here: #23942. Unfortunately, the work is not yet finished and Martin was OoO this week. Since this issue isn't super critical (see previous comments), I am moving this to M7 now.

vogelpi avatar Jul 12 '24 11:07 vogelpi

Closed as https://github.com/lowRISC/opentitan/pull/23942 has been merged

martin-velay avatar Jul 30 '24 07:07 martin-velay