Skip to content

Commit

Permalink
[sival] Enable CW310 exec env on rv_dm tests
Browse files Browse the repository at this point in the history
These previously only had CW340 environments, but they work fine on the
CW310 as well. This allows us to run them easier in our nightlies.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Nov 25, 2024
1 parent 29d7b87 commit 8fd8f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5060,6 +5060,7 @@ _RV_DM_TEST_CONFIGURATIONS = [
name = "rv_dm_csr_rw_{}".format(test_cfg["name"]),
srcs = ["rv_dm_delayed_enable.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
},
fpga = fpga_params(
Expand Down Expand Up @@ -5102,6 +5103,7 @@ test_suite(
name = "rv_dm_mem_access_{}".format(test_cfg["name"]),
srcs = ["example_test_from_flash.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
},
fpga = fpga_params(
Expand Down Expand Up @@ -5136,6 +5138,7 @@ test_suite(
name = "rv_dm_jtag_{}".format(lc_state),
srcs = ["example_test_from_flash.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
},
fpga = fpga_params(
Expand Down Expand Up @@ -5281,6 +5284,7 @@ test_suite(
exec_env = dicts.add(
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS if lc_state == "prod" else {},
{
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw340_sival": None,
},
),
Expand Down

0 comments on commit 8fd8f22

Please sign in to comment.