Skip to content

Commit

Permalink
[sysrst_ctrl,sival] Move tests to FPGA SiVal ROM_EXT
Browse files Browse the repository at this point in the history
Those tests can run in the ROM_EXT stage which should be preferred.

Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Aug 14, 2024
1 parent c2021b0 commit b0b60ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
),
Expand Down Expand Up @@ -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,
},
),
Expand Down Expand Up @@ -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,
},
),
Expand Down Expand Up @@ -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,
},
),
Expand Down Expand Up @@ -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,
},
),
Expand Down Expand Up @@ -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,
},
),
Expand Down

0 comments on commit b0b60ab

Please sign in to comment.