This commit is contained in:
Pirmin Vogel 2025-04-03 12:09:29 +00:00 committed by GitHub
commit b3975560d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1708,7 +1708,7 @@ module ibex_core import ibex_pkg::*; #(
// Capture read data from LSU when it becomes valid
always_comb begin
if (lsu_resp_valid) begin
if (lsu_rdata_valid) begin
rvfi_mem_rdata_d = rf_wdata_lsu;
end else begin
rvfi_mem_rdata_d = rvfi_mem_rdata_q;