Skip to content

Commit

Permalink
[SiVal, crypto] Add cw340 exec_env to SiVal tests
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit 5544edb)
  • Loading branch information
engdoreis committed Dec 16, 2024
1 parent e2ae6e7 commit 7e1d62d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sw/device/tests/crypto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -805,12 +805,11 @@ autogen_cryptotest_header(
opentitan_test(
name = "rsa_3072_verify_functest_wycheproof",
srcs = ["rsa_3072_verify_functest.c"],
# The test vectors don't fit in the flash allocated for ROM_EXT stage, so
# we have to restrict the environments to run with the test_rom.
exec_env = dicts.add(
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
"//hw/top_earlgrey:fpga_cw340_sival_rom_ext": None,
"//hw/top_earlgrey:sim_verilator": None,
},
),
Expand Down Expand Up @@ -1043,6 +1042,7 @@ opentitan_test(
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
"//hw/top_earlgrey:fpga_cw340_sival_rom_ext": None,
},
),
deps = [
Expand All @@ -1061,6 +1061,7 @@ opentitan_test(
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_rom_ext": None,
"//hw/top_earlgrey:fpga_cw340_sival_rom_ext": None,
},
),
deps = [
Expand Down

0 comments on commit 7e1d62d

Please sign in to comment.