Skip to content

Commit

Permalink
[otbn,dv] Add post-ES security feature testpoint to testplan
Browse files Browse the repository at this point in the history
Signed-off-by: Rupert Swarbrick <[email protected]>
  • Loading branch information
rswarbrick committed Jun 10, 2024
1 parent a3db186 commit 998d647
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hw/ip/otbn/data/otbn_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,21 @@
stage: V2S
tests: ["otbn_mem_gnt_acc_err"]
}
{
name: otbn_non_sec_partial_wipe
desc: '''

See a local wipe signal be raised when a secure wipe is not running. When this happens, we
expect the RTL to stop with a fatal alert. The signals tracked are:

- sec_wipe_mod_urnd_i in otbn_alu_bignum
- sec_wipe_zero_i in otbn_controller
- sec_wipe_base in otbn_core
- sec_wipe_wdr_q in otbn_core
- sec_wipe_stack_reset_i in otbn_rf_base
'''
stage: V2S
tests: ["otbn_partial_wipe"]
}
]
}

0 comments on commit 998d647

Please sign in to comment.