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]>
(cherry picked from commit 276f466)
  • Loading branch information
jwnrt committed Nov 26, 2024
1 parent a7938cf commit 8d535ce
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 @@ -4918,6 +4918,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 @@ -4960,6 +4961,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 @@ -4994,6 +4996,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 @@ -5139,6 +5142,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 8d535ce

Please sign in to comment.