Skip to content

Commit

Permalink
[SiVal, manuf] Enable cp_scrap for SiVal
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Dec 18, 2024
1 parent e1baca5 commit 6057aaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sw/device/silicon_creator/manuf/data/manuf_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
otp_mutate: true
lc_states: ["TEST_UNLOCKED", "DEV", "PROD", "PROD_END", "RMA"]
tests: []
bazel: [
"sw/device/silicon_creator/manuf/tests:manuf_scrap_functest_test_unlocked0"
"sw/device/silicon_creator/manuf/tests:manuf_scrap_functest_dev"
"sw/device/silicon_creator/manuf/tests:manuf_scrap_functest_prod"
"sw/device/silicon_creator/manuf/tests:manuf_scrap_functest_prod_end"
"sw/device/silicon_creator/manuf/tests:manuf_scrap_functest_rma"
]
}

{
Expand Down
1 change: 1 addition & 0 deletions sw/device/silicon_creator/manuf/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ _MANUF_TEST_LOCKED_KEY = None
srcs = ["empty_functest.c"],
ecdsa_key = _MANUF_TEST_LOCKED_KEY if (lc_state, lc_val) in _TEST_LOCKED_LC_ITEMS else ecdsa_key_for_lc_state(ECDSA_SPX_KEY_STRUCTS, lc_val),
exec_env = {
"//hw/top_earlgrey:fpga_cw340_sival": None,
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
},
fpga = fpga_params(
Expand Down

0 comments on commit 6057aaf

Please sign in to comment.