lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.55k stars 759 forks source link

[csrng/dv] Check queues empty at the end of each test #19031

Open andreaskurth opened 1 year ago

andreaskurth commented 1 year ago

CSRNG's scoreboard needs to check that it's queues are empty (or document why they don't have to be empty). This will allow to drop the dut_shutdown task in csrng_base_vseq.

See 2e6b92cf6190f8fd1694a1879bac151a68672f21 and d15a8c1fe62345f975809faefbf58876054990d7 for the equivalent changes to EDN's DV.

vogelpi commented 3 months ago

This looks like a V3 item to me. Moving to M7.