Skip to content

Commit

Permalink
[hw,rv_core_ibex,rtl] Increase upper in IbexIcacheScrambleKeyRequestA…
Browse files Browse the repository at this point in the history
…fterFenceI_A

Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 authored and andreaskurth committed Jan 8, 2024
1 parent 2f7f6d5 commit 02fddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/ip/rv_core_ibex/rtl/rv_core_ibex.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 02fddf6

Please sign in to comment.