mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 03:47:15 -04:00
fixed sleep state for pulpinov1
This commit is contained in:
parent
b018eb434e
commit
170571c496
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ module zeroriscy_controller
|
|||
if(dbg_req_i)
|
||||
ctrl_fsm_ns = DBG_SIGNAL_SLEEP;
|
||||
else
|
||||
ctrl_fsm_ns = WAIT_SLEEP;
|
||||
ctrl_fsm_ns = (mret_insn_i | pipe_flush_i) ? WAIT_SLEEP : DECODE;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue