Skip to content

Commit aabeeee

Browse files
committed
[sival, i2c] Add silicon exec_env to tests
Signed-off-by: Douglas Reis <[email protected]>
1 parent 66c7e7b commit aabeeee

File tree

1 file changed

+7
-4
lines changed
  • sw/device/tests/pmod

1 file changed

+7
-4
lines changed

sw/device/tests/pmod/BUILD

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,13 @@ opentitan_test(
294294
"pmod",
295295
], # Requires the PMOD::BoB.
296296
),
297-
exec_env = {
298-
"//hw/top_earlgrey:fpga_cw310_sival": None,
299-
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
300-
},
297+
exec_env = dicts.add(
298+
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
299+
{
300+
"//hw/top_earlgrey:fpga_cw310_sival": None,
301+
"//hw/top_earlgrey:fpga_cw310_test_rom": None,
302+
},
303+
),
301304
deps = [
302305
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
303306
"//sw/device/lib/arch:device",

0 commit comments

Comments
 (0)