Skip to content

Commit

Permalink
[sw] Disable ROM execution for sram_program_fpga_cw310_test
Browse files Browse the repository at this point in the history
Now that execution is disabled, OpenOCD connection should not be flaky
anymore! This should fix #15174.

Signed-off-by: Dan McArdle <dmcardle@google.com>
  • Loading branch information
dmcardle committed Oct 17, 2022
1 parent d97ccc1 commit fbdc515
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sw/device/examples/sram_program/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ opentitan_gdb_fpga_cw310_test(
monitor reg pmpcfg0 0x9f9f9f9f
monitor reg pmpaddr0 0x7fffffff
echo :::: Value of CREATOR_SW_CFG_ROM_EXEC_EN.\\n
monitor mdw 0x40131108
echo :::: Load the SRAM program onto the device and check integrity.\\n
file sram_program.elf
load sram_program.elf
Expand All @@ -125,10 +128,7 @@ opentitan_gdb_fpga_cw310_test(
":sram_program_fpga_cw310.elf": "sram_program.elf",
"//sw/device/silicon_creator/rom:rom_fpga_cw310.elf": "rom.elf",
},
rom_bitstream = "//hw/bitstream:rom",
rom_bitstream = "//hw/bitstream:rom_otp_exec_disabled",
rom_kind = "Rom",
tags = [
"flaky",
"manual",
],
tags = ["manual"],
)

0 comments on commit fbdc515

Please sign in to comment.