Skip to content

Commit

Permalink
[SiVal, otp_ctrl] Link a bazel target to the keys testpoint
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 20, 2024
1 parent 1355c6e commit 2ca90f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"chip_sw_keymgr_key_derivation",
"chip_sw_otbn_mem_scramble",
"chip_sw_rv_core_ibex_icache_invalidate"]
bazel: []
bazel: ["//sw/device/silicon_creator/manuf/lib:individualize_functest"]
}
{
name: chip_sw_otp_ctrl_entropy
Expand Down
1 change: 1 addition & 0 deletions sw/device/silicon_creator/manuf/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ opentitan_test(
srcs = ["individualize_functest.c"],
exec_env = {
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
},
fpga = fpga_params(
changes_otp = True,
Expand Down

0 comments on commit 2ca90f3

Please sign in to comment.