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, }, ),