From a7214bab236ec6ed74633429ab3061032312d1b5 Mon Sep 17 00:00:00 2001 From: Ramesh Prakash Date: Thu, 2 Jan 2025 15:38:20 -0800 Subject: [PATCH] Updated bazel target to include silicon test Updated bazel target to include silicon tests for aes_interrupt_encryption tests Signed-off-by: Ramesh Prakash --- sw/device/tests/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index a0379793b4ea1..e3694e8277a3e 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -123,9 +123,11 @@ opentitan_test( name = "aes_interrupt_encryption_test", srcs = ["aes_interrupt_encryption_test.c"], exec_env = dicts.add( + EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { "//hw/top_earlgrey:sim_verilator": None, "//hw/top_earlgrey:fpga_cw340_sival": None, + "//hw/top_earlgrey:silicon_creator": None, }, ), verilator = verilator_params(