Skip to content

Commit

Permalink
[bazel] Use OTP config in rv_core_ibex_isa_test_functest
Browse files Browse the repository at this point in the history
1. Prefer an OTP configuration to an explicit bitstream splice.

Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Jan 8, 2024
1 parent 013817d commit b42384c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4245,8 +4245,7 @@ opentitan_test(
binaries = {
":rv_core_ibex_isa_test": "sram_program",
},
bitstream =
"//sw/device/silicon_creator/manuf/tests:bitstream_rom_exec_disabled_test_unlocked0",
otp = "//sw/device/silicon_creator/manuf/tests:otp_img_rom_exec_disabled_test_unlocked0",
tags = ["manual"],
test_cmd = "--elf={sram_program}",
test_harness = "//sw/host/tests/chip/rv_core_ibex_isa",
Expand Down Expand Up @@ -4295,8 +4294,7 @@ opentitan_test(
binaries = {
":rv_core_ibex_epmp_test": "sram_program",
},
bitstream =
"//sw/device/silicon_creator/manuf/tests:bitstream_rom_exec_disabled_test_unlocked0",
otp = "//sw/device/silicon_creator/manuf/tests:otp_img_rom_exec_disabled_test_unlocked0",
tags = ["manual"],
test_cmd = "--elf={sram_program}",
test_harness = "//sw/host/tests/chip/rv_core_ibex_epmp",
Expand Down Expand Up @@ -4416,8 +4414,7 @@ opentitan_test(
binaries = {
":rv_core_ibex_mem_test": "sram_program",
},
bitstream =
"//sw/device/silicon_creator/manuf/tests:bitstream_rom_exec_disabled_test_unlocked0",
otp = "//sw/device/silicon_creator/manuf/tests:otp_img_rom_exec_disabled_test_unlocked0",
tags = ["manual"],
test_cmd = "--elf={sram_program}",
test_harness = "//sw/host/tests/chip/rv_core_ibex_epmp",
Expand Down

0 comments on commit b42384c

Please sign in to comment.