Skip to content

Commit

Permalink
RVFI - Removing mstatus we when fflags are written, keeping only msta…
Browse files Browse the repository at this point in the history
…tus_fs we
  • Loading branch information
Yoann Pruvost committed Sep 29, 2023
1 parent 25c62ae commit b23e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bhv/pipe_freeze_trace.sv
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ task monitor_pipeline();
if (csr_fcsr_fflags_we_i) begin
r_pipe_freeze_trace.csr.fflags_we = 1'b1;
r_pipe_freeze_trace.csr.fcsr_we = 1'b1;
r_pipe_freeze_trace.csr.mstatus_we = 1'b1;
// r_pipe_freeze_trace.csr.mstatus_we = 1'b1;
r_pipe_freeze_trace.csr.mstatus_fs_we = 1'b1;
end

Expand Down

0 comments on commit b23e0df

Please sign in to comment.