Skip to content

Commit

Permalink
Merge pull request #865 from pascalgouedo/dev_dd_pgo_rtl
Browse files Browse the repository at this point in the history
Issue #862 correction.
  • Loading branch information
davideschiavone authored Sep 5, 2023
2 parents 9470ac1 + 8308f92 commit 310f163
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rtl/cv32e40p_controller.sv
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,12 @@ module cv32e40p_controller import cv32e40p_pkg::*;

end

ecall_insn_i: begin
halt_if_o = 1'b1;
halt_id_o = 1'b1;
ctrl_fsm_ns = FLUSH_EX;
end

csr_status_i: begin
halt_if_o = 1'b1;
ctrl_fsm_ns = id_ready_i ? FLUSH_EX : DECODE_HWLOOP;
Expand Down

0 comments on commit 310f163

Please sign in to comment.