Skip to content

Commit

Permalink
[sival] Update test plan with passing silicon tests
Browse files Browse the repository at this point in the history
Updates AES and KMAC with passing silicon tests.

Signed-off-by: Miguel Osorio <[email protected]>
(cherry picked from commit d4d944d)
  • Loading branch information
moidx committed Mar 7, 2024
1 parent 62abbba commit 27c5e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hw/top_earlgrey/data/ip/chip_aes_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
si_stage: SV3
lc_states: ["PROD"]
tests: ["chip_sw_aes_entropy"]
bazel: ["//sw/device/tests:aes_entropy_test"]
}
{
name: chip_sw_aes_prng_reseed
Expand Down Expand Up @@ -227,6 +228,7 @@
si_stage: SV3
lc_states: ["PROD"]
tests: ["chip_sw_aes_idle"]
bazel: ["//sw/device/tests:aes_idle_test"]
}
{
name: chip_sw_aes_sideload
Expand Down
4 changes: 2 additions & 2 deletions hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
'''
stage: V2
si_stage: SV3
lc_states: ["TEST_UNLOCKED", "DEV", "PROD", "PROD_END", "RMA"]
lc_states: ["PROD"]
tests: ["chip_sw_kmac_idle"]
bazel: []
bazel: ["//sw/device/tests:kmac_idle_test"]
}
{
name: chip_sw_kmac_sha3_stress
Expand Down

0 comments on commit 27c5e5d

Please sign in to comment.