From 2ca90f3bed19e6ae48d70f4e001b4a9bc2024e42 Mon Sep 17 00:00:00 2001 From: Douglas Reis Date: Thu, 19 Dec 2024 14:24:34 +0000 Subject: [PATCH] [SiVal, otp_ctrl] Link a bazel target to the keys testpoint Signed-off-by: Douglas Reis --- hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson | 2 +- sw/device/silicon_creator/manuf/lib/BUILD | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson b/hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson index 4a2509d2d25a9..471e9a87befcd 100644 --- a/hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson @@ -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 diff --git a/sw/device/silicon_creator/manuf/lib/BUILD b/sw/device/silicon_creator/manuf/lib/BUILD index 88782edcb016a..44e757ac01e8c 100644 --- a/sw/device/silicon_creator/manuf/lib/BUILD +++ b/sw/device/silicon_creator/manuf/lib/BUILD @@ -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,