Skip to content

Commit

Permalink
[kmac, sival] Add sival exec environment to kmac_app_rom_test
Browse files Browse the repository at this point in the history
This commit adds the CW310 and CW340 SiVal execution environments
to the kmac_app_rom_test.

Signed-off-by: Pascal Nasahl <[email protected]>
(cherry picked from commit dda2653)
  • Loading branch information
nasahlpa authored and engdoreis committed Dec 3, 2024
1 parent 2d55ba1 commit d6a9b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]

Expand Down

0 comments on commit d6a9b03

Please sign in to comment.