Skip to content

Commit 915033e

Browse files
committed
[cov] disable instrumentation for manuf sram binaries
Change-Id: I67f0f083dd400486e081ca292825d533c6002f12 Signed-off-by: Yi-Hsuan Deng <yhdeng@google.com>
1 parent 35d271d commit 915033e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • sw/device/silicon_creator/manuf/base

sw/device/silicon_creator/manuf/base/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ opentitan_binary(
5151
name = "sram_cp_provision",
5252
testonly = True,
5353
srcs = ["sram_cp_provision.c"],
54+
collect_code_coverage = 0, # No space for sram binaries
5455
exec_env = {
5556
"//hw/top_earlgrey:sim_qemu_rom_with_fake_keys": None,
5657
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
@@ -91,6 +92,7 @@ opentitan_binary(
9192
name = "sram_cp_provision_functest",
9293
testonly = True,
9394
srcs = ["sram_cp_provision_functest.c"],
95+
collect_code_coverage = 0, # No space for sram binaries
9496
exec_env = {
9597
"//hw/top_earlgrey:sim_qemu_rom_with_fake_keys": None,
9698
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
@@ -188,6 +190,7 @@ opentitan_test(
188190
name = "sram_ft_individualize_{}{}".format(sku, variant),
189191
testonly = True,
190192
srcs = ["sram_ft_individualize.c"],
193+
collect_code_coverage = 0, # No space for sram binaries
191194
exec_env = {
192195
"//hw/top_earlgrey:fpga_hyper310_rom_with_fake_keys": None,
193196
"//hw/top_earlgrey:fpga_cw340_rom_with_fake_keys": None,

0 commit comments

Comments
 (0)