Skip to content

Commit

Permalink
Removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Pruvost committed Sep 29, 2023
1 parent b23e0df commit 10770b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bhv/pipe_freeze_trace.sv
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ 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_fs_we = 1'b1;
end

Expand Down

0 comments on commit 10770b6

Please sign in to comment.