Fix bus errors not being applied in frontend
This commit is contained in:
parent
23b4dbe7f3
commit
8458dff083
|
@ -155,6 +155,7 @@ always @ (*) begin: fifo_shift
|
|||
<< (fifo_push && mem_data_hwvalid[0])
|
||||
<< (fifo_push && mem_data_hwvalid[1])
|
||||
) >> cir_use;
|
||||
fifo_err_next = fifo_err_plus_fetch >> cir_use;
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue