mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Integrated fix from Davide to allow taking interrupts between irq enable and irq disable
This commit is contained in:
parent
0d782ba417
commit
2c09a9eb04
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ module zeroriscy_controller
|
|||
FLUSH:
|
||||
begin
|
||||
|
||||
halt_if_o = ~pipe_flush_i ? dbg_req_i : 1'b1;
|
||||
halt_if_o = 1'b1;
|
||||
halt_id_o = 1'b1;
|
||||
|
||||
ctrl_fsm_ns = dbg_req_i ? DBG_SIGNAL : DECODE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue