Skip to content

Commit

Permalink
[hmac/dv] Add testplan items for recently added features
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Kurth <[email protected]>
  • Loading branch information
andreaskurth committed Mar 29, 2024
1 parent 7fa9df0 commit d562315
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions hw/ip/hmac/data/hmac_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,33 @@
stage: V2
tests: ["hmac_wipe_secret"]
}
{
name: save_and_restore
desc: '''Verify save & restore, which allows SW to switch between different parallel message streams.

TODO(lowRISC/opentitan#21307)
'''
stage: V2
tests: []
}
{
name: fifo_empty_status_interrupt
desc: '''Verify the FIFO empty status interrupt.

TODO(lowRISC/opentitan#21815)
'''
stage: V2
tests: []
}
{
name: wide_digest_configurable_key_length
desc: '''Verify wider (SHA-384 and SHA-512) digests as well as configurable key lengths.

TODO(lowRISC/opentitan#22102)
'''
stage: V2
tests: []
}
{
name: stress_all
desc: "Stress_all test is a random mix of all the test above except csr tests."
Expand Down

0 comments on commit d562315

Please sign in to comment.