[otp] Disable SVA on REQ staying high until ACK for the scramble arbiter
For the scramble arbiter this seems to be okay even during normal
operation.
Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
diff --git a/hw/ip/otp_ctrl/rtl/otp_ctrl.sv b/hw/ip/otp_ctrl/rtl/otp_ctrl.sv
index daef571..65202cb 100644
--- a/hw/ip/otp_ctrl/rtl/otp_ctrl.sv
+++ b/hw/ip/otp_ctrl/rtl/otp_ctrl.sv
@@ -759,7 +759,8 @@
) u_scrmbl_mtx (
.clk_i,
.rst_ni,
- .req_chk_i ( ~lc_escalate_en_any ),
+ .req_chk_i ( 1'b0 ), // REQ is allowed to go low again without ACK even
+ // during normal operation.
.req_i ( part_scrmbl_mtx_req ),
.data_i ( part_scrmbl_req_bundle ),
.gnt_o ( ),