mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Merge f4ed1425a3
into 594ea976c9
This commit is contained in:
commit
b3975560d4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue