Skip to content

Commit

Permalink
[hmac/dv] Map tests to fifo_empty_status_interrupt testpoint
Browse files Browse the repository at this point in the history
All vseqs based on `hmac_base_vseq` enable the FIFO empty status
interrupt, and the scoreboard checks this interrupt (since #23749), so
this testpoint gets covered by all tests based on `hmac_base_vseq`.

Signed-off-by: Andreas Kurth <[email protected]>
  • Loading branch information
andreaskurth committed Jul 6, 2024
1 parent 9edf84e commit c9a3203
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions hw/ip/hmac/data/hmac_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,20 @@
{
name: fifo_empty_status_interrupt
desc: '''Verify the FIFO empty status interrupt.

TODO(lowRISC/opentitan#21815) -> moved into M5
'''
stage: V2
tests: []
tests: ["hmac_smoke",
"hmac_test_sha256_vectors",
"hmac_test_sha384_vectors",
"hmac_test_sha512_vectors",
"hmac_test_hmac256_vectors",
"hmac_test_hmac384_vectors",
"hmac_test_hmac512_vectors",
"hmac_datapath_stress",
"hmac_back_pressure",
"hmac_long_msg",
"hmac_wipe_secret",
]
}
{
name: wide_digest_configurable_key_length
Expand Down

0 comments on commit c9a3203

Please sign in to comment.