From 8ca0bf362c65dbb13105a74c00bbdd79e8321fda Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 6 Jun 2024 16:18:50 +0100 Subject: [PATCH] [sysrst_ctrl,sival] Move tests to FPGA SiVal ROM_EXT Those tests can run in the ROM_EXT stage which should be preferred. Signed-off-by: Amaury Pouly --- sw/device/tests/BUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index 668600f6da34fb..7539a7a2986bc0 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -5289,7 +5289,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ), @@ -5326,7 +5326,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ), @@ -5364,7 +5364,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ), @@ -5403,7 +5403,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ), @@ -5441,7 +5441,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ), @@ -5483,7 +5483,7 @@ opentitan_test( exec_env = dicts.add( EARLGREY_SILICON_OWNER_ROM_EXT_ENVS, { - "//hw/top_earlgrey:fpga_cw310_sival": None, + "//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None, "//hw/top_earlgrey:sim_dv": None, }, ),