We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd070c commit f4ed142Copy full SHA for f4ed142
1 file changed
rtl/ibex_core.sv
@@ -1643,7 +1643,7 @@ module ibex_core import ibex_pkg::*; #(
1643
1644
// Capture read data from LSU when it becomes valid
1645
always_comb begin
1646
- if (lsu_resp_valid) begin
+ if (lsu_rdata_valid) begin
1647
rvfi_mem_rdata_d = rf_wdata_lsu;
1648
end else begin
1649
rvfi_mem_rdata_d = rvfi_mem_rdata_q;
0 commit comments