Skip to content

Commit

Permalink
[SiVal, manuf] Enable cp_yield_test for SiVal
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
  • Loading branch information
engdoreis committed Dec 19, 2024
1 parent 92f39f2 commit f83f884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sw/device/silicon_creator/manuf/data/manuf_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_yield_test_functest_test_unlocked0"]
}

{
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 @@ -174,6 +174,7 @@ opentitan_test(
name = "manuf_cp_yield_test_functest_{}".format(lc_state.lower()),
srcs = ["//sw/device/silicon_creator/rom/e2e:empty_test.c"],
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 f83f884

Please sign in to comment.