Skip to content

Commit

Permalink
[sival] Use EARLGREY_SILICON_OWNER_ROM_EXT_ENVS in cryptotests.
Browse files Browse the repository at this point in the history
This allows the Bazel hook infrastructure to support additional silicon
SKUs.

Signed-off-by: Miguel Osorio <[email protected]>
  • Loading branch information
moidx committed Jan 29, 2025
1 parent 448fa64 commit 8d3f484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/device/tests/crypto/cryptotest/cryptotest.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

load(
"//rules/opentitan:defs.bzl",
"EARLGREY_SILICON_OWNER_ROM_EXT_ENVS",
"fpga_params",
"opentitan_test",
"silicon_params",
Expand All @@ -22,8 +23,7 @@ CRYPTOTEST_EXEC_ENVS = {
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": None,
"//hw/top_earlgrey:fpga_cw340_test_rom": "fpga_cw340",
"//hw/top_earlgrey:fpga_cw340_sival_rom_ext": "fpga_cw340",
"//hw/top_earlgrey:silicon_owner_sival_rom_ext": "silicon",
}
} | EARLGREY_SILICON_OWNER_ROM_EXT_ENVS

FIRMWARE_DEPS = [
"//sw/device/tests/crypto/cryptotest/firmware:aes",
Expand Down

0 comments on commit 8d3f484

Please sign in to comment.