We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84ec08 commit 2fadd1aCopy full SHA for 2fadd1a
1 file changed
rtl/ibex_core.sv
@@ -1623,7 +1623,7 @@ module ibex_core import ibex_pkg::*; #(
1623
rvfi_stage_rs3_addr[i] <= rvfi_rs3_addr_d;
1624
rvfi_stage_pc_rdata[i] <= pc_id;
1625
rvfi_stage_pc_wdata[i] <= pc_set ? branch_target_ex : pc_if;
1626
- rvfi_stage_mem_rmask[i] <= rvfi_mem_mask_int;
+ rvfi_stage_mem_rmask[i] <= data_we_o ? 4'b0000 : rvfi_mem_mask_int;
1627
rvfi_stage_mem_wmask[i] <= data_we_o ? rvfi_mem_mask_int : 4'b0000;
1628
rvfi_stage_rs1_rdata[i] <= rvfi_rs1_data_d;
1629
rvfi_stage_rs2_rdata[i] <= rvfi_rs2_data_d;
0 commit comments