Skip to content

Commit

Permalink
[SiVal, manuf] Enable cp_ast_test_execution 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 9a4a737 commit 451500d
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 @@ -109,7 +109,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_ast_test_execution_test_unlocked0_functest"]
}

{
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 @@ -394,6 +394,7 @@ opentitan_binary(
name = "manuf_cp_ast_test_execution_{}_functest".format(lc_state.lower()),
srcs = ["idle_functest.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 451500d

Please sign in to comment.