mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
FIXED:
step on a jal instruction (from Olivier Montfort) ra register not update when single step debug #3
This commit is contained in:
parent
3893458115
commit
ab3ec361be
1 changed files with 0 additions and 2 deletions
|
@ -304,8 +304,6 @@ module zeroriscy_controller
|
|||
pc_set_o = 1'b1;
|
||||
perf_jump_o = 1'b1;
|
||||
dbg_trap_o = dbg_settings_i[DBG_SETS_SSTE];
|
||||
if (dbg_req_i)
|
||||
ctrl_fsm_ns = DBG_SIGNAL;
|
||||
end
|
||||
mret_insn_i | ecall_insn_i | pipe_flush_i | ebrk_insn_i | illegal_insn_i | csr_status_i: begin
|
||||
ctrl_fsm_ns = FLUSH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue