@@ -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