mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
instr_queue: Fix latch in fetch_entry_o
This commit is contained in:
parent
11c36cb5d3
commit
1b5caa3b9a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue