instr_queue: Fix latch in fetch_entry_o

This commit is contained in:
Florian Zaruba 2019-05-11 10:35:01 +02:00
parent 11c36cb5d3
commit 1b5caa3b9a

View file

@ -220,6 +220,7 @@ module instr_queue (
fetch_entry_o.ex.cause = riscv::INSTR_PAGE_FAULT;
fetch_entry_o.ex.tval = '0;
fetch_entry_o.branch_predict.predict_address = address_out;
fetch_entry_o.branch_predict.cf = ariane_pkg::NoCF;
// output mux select
for (int unsigned i = 0; i < ariane_pkg::INSTR_PER_FETCH; i++) begin
if (idx_ds_q[i]) begin