From 50e3a0b278c33cb67410480f73b67941e4bc28a2 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Fri, 5 Jan 2024 05:17:02 -0800 Subject: [PATCH] [hw,rv_core_ibex,rtl] Increase upper in IbexIcacheScrambleKeyRequestAfterFenceI_A Signed-off-by: Robert Schilling --- hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv b/hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv index 7b133061db5d4..902ff40e288ae 100644 --- a/hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv +++ b/hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv @@ -958,7 +958,7 @@ module rv_core_ibex u_core.u_ibex_core.id_stage_i.instr_valid_i && u_core.u_ibex_core.id_stage_i.decoder_i.opcode == ibex_pkg::OPCODE_MISC_MEM && u_core.u_ibex_core.id_stage_i.decoder_i.instr[14:12] == 3'b001 // FENCE.I - |-> ##[0:10] // upper bound is not exact, but it should not take more than a few cycles + |-> ##[0:20] // upper bound is not exact, but it should not take more than a few cycles icache_otp_key_o.req )