From d6a9b0360f0442fe2070879d8ddf862b38bc3865 Mon Sep 17 00:00:00 2001 From: Pascal Nasahl Date: Mon, 2 Dec 2024 14:52:18 +0100 Subject: [PATCH] [kmac, sival] Add sival exec environment to kmac_app_rom_test This commit adds the CW310 and CW340 SiVal execution environments to the kmac_app_rom_test. Signed-off-by: Pascal Nasahl (cherry picked from commit dda26534eb861a562f70fc70959093ec3bae37f1) --- sw/device/tests/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index ce918e7591301..cca6c61d2ecad 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -2247,6 +2247,8 @@ _KMAC_APP_ROM_LIST = [ ("//sw/device/lib/testing/test_rom:test_rom_sim_verilator_hashfile", "sim_verilator"), ("//sw/device/lib/testing/test_rom:test_rom_fpga_cw310_hashfile", "fpga_cw310_test_rom"), ("//sw/device/silicon_creator/rom:mask_rom_fpga_cw310_hashfile", "fpga_cw310_rom_with_fake_keys"), + ("//sw/device/silicon_creator/rom:mask_rom_fpga_cw310_hashfile", "fpga_cw310_sival"), + ("//sw/device/silicon_creator/rom:mask_rom_fpga_cw340_hashfile", "fpga_cw340_sival"), ("//sw/device/lib/testing/test_rom:test_rom_sim_dv_hashfile", "sim_dv"), ]