Skip to content

Commit

Permalink
[SiVal, otp_ctrl] Link a bazel target to the entropy 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 c08758c commit 1355c6e
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 @@ -69,7 +69,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/base:ft_provision_sival"]
}
{
name: chip_sw_otp_ctrl_program
Expand Down
1 change: 1 addition & 0 deletions sw/device/silicon_creator/manuf/base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ filegroup(
exec_env = {
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
"//hw/top_earlgrey:fpga_cw340_rom_with_fake_keys": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
"//hw/top_earlgrey:silicon_creator": None,
},
fpga = fpga_params(
Expand Down

0 comments on commit 1355c6e

Please sign in to comment.