Skip to content

Commit

Permalink
Updated bazel target to include silicon test
Browse files Browse the repository at this point in the history
Signed-off-by: Ramesh Prakash <rprakas@google.com>
Updated bazel target to include silicon tests for aes_interrupt_encryption tests
  • Loading branch information
rprakas-gsc committed Jan 2, 2025
1 parent e753492 commit e2f8167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e2f8167

Please sign in to comment.