Integrated fix from Davide to allow taking interrupts between irq enable and irq disable

This commit is contained in:
Germain Haugou 2017-06-29 11:04:52 +02:00
parent 0d782ba417
commit 2c09a9eb04

View file

@ -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;