Skip to content

Commit

Permalink
Running verible
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Pruvost committed Dec 22, 2023
1 parent 115d5f8 commit 01d399a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bhv/cv32e40p_rvfi.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1790,9 +1790,8 @@ insn_trace_t trace_if, trace_id, trace_ex, trace_ex_next, trace_wb;
if_to_id();
trace_id.m_is_ebreak = '1; //trace_if.m_is_ebreak;
->e_if_2_id_2;
end else if (trace_if.m_is_illegal) begin//r_pipe_freeze_trace.is_illegal && r_pipe_freeze_trace.is_decoding) begin
end else if (trace_if.m_is_illegal) begin
if_to_id();
// trace_id.m_is_illegal = 1'b1;
->e_if_2_id_3;
end else if (r_pipe_freeze_trace.ecall_insn_dec) begin
if_to_id();
Expand Down

0 comments on commit 01d399a

Please sign in to comment.