We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c7e7b commit aabeeeeCopy full SHA for aabeeee
sw/device/tests/pmod/BUILD
@@ -294,10 +294,13 @@ opentitan_test(
294
"pmod",
295
], # Requires the PMOD::BoB.
296
),
297
- exec_env = {
298
- "//hw/top_earlgrey:fpga_cw310_sival": None,
299
- "//hw/top_earlgrey:fpga_cw310_test_rom": None,
300
- },
+ exec_env = dicts.add(
+ EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
+ {
+ "//hw/top_earlgrey:fpga_cw310_sival": None,
301
+ "//hw/top_earlgrey:fpga_cw310_test_rom": None,
302
+ },
303
+ ),
304
deps = [
305
"//hw/top_earlgrey/sw/autogen:top_earlgrey",
306
"//sw/device/lib/arch:device",
0 commit comments