From 7fdee1b1a7af8906c42ec168f358f84ce00b4a49 Mon Sep 17 00:00:00 2001 From: Guillermo Maturana Date: Wed, 3 Jan 2024 21:46:53 -0800 Subject: [PATCH] [sival,tests] Enable plic_all_irqs test in fpga_cw310_sival_rom_ext Signed-off-by: Guillermo Maturana --- sw/device/tests/autogen/BUILD | 1 + util/topgen/templates/BUILD.tpl | 1 + 2 files changed, 2 insertions(+) diff --git a/sw/device/tests/autogen/BUILD b/sw/device/tests/autogen/BUILD index 8b44b36c7bc00b..3c7f6609c56f3f 100644 --- a/sw/device/tests/autogen/BUILD +++ b/sw/device/tests/autogen/BUILD @@ -86,6 +86,7 @@ opentitan_test( ], exec_env = { "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:fpga_cw310_test_rom": None, "//hw/top_earlgrey:silicon_creator": None, "//hw/top_earlgrey:silicon_owner_sival_rom_ext": None, diff --git a/util/topgen/templates/BUILD.tpl b/util/topgen/templates/BUILD.tpl index e6b39ff609134b..e7e8cafb875f22 100644 --- a/util/topgen/templates/BUILD.tpl +++ b/util/topgen/templates/BUILD.tpl @@ -65,6 +65,7 @@ opentitan_test( ], exec_env = { "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:fpga_cw310_test_rom": None, "//hw/top_earlgrey:silicon_creator": None, "//hw/top_earlgrey:silicon_owner_sival_rom_ext": None,