Skip to content

Commit

Permalink
[sival, i2c] Add silicon exec_env to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
(cherry picked from commit ecb703e)
  • Loading branch information
engdoreis committed Nov 24, 2024
1 parent 020beeb commit 2541da1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions sw/device/tests/pmod/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,25 @@ opentitan_test(
opentitan_test(
name = "i2c_host_eeprom_test",
srcs = ["i2c_host_eeprom_test.c"],
exec_env = {
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
},
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_rom_with_fake_keys": None,
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
},
),
fpga = fpga_params(
tags = [
"manual",
"pmod",
], # Requires the PMOD::BoB.
),
silicon = silicon_params(
tags = [
"pmod",
], # Requires the PMOD::BoB.
),
deps = [
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
"//sw/device/lib/arch:device",
Expand Down

0 comments on commit 2541da1

Please sign in to comment.