Skip to content

Commit

Permalink
Further rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maicolciani committed Sep 19, 2024
1 parent add4063 commit 2c63d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/decoder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ module decoder
end

/** AIA: TOPI logic; It is not affected by the global enable */
if(ariane_pkg::RVH) begin
if(CVA6Cfg.RVH) begin
if (irq_ctrl_i.mideleg[vs_interrupt_topi[$clog2(riscv::XLEN)-1:0]] &&
irq_ctrl_i.hideleg[vs_interrupt_topi[$clog2(riscv::XLEN)-1:0]]) begin
vstopi_o = vs_interrupt_topi;
Expand Down

0 comments on commit 2c63d18

Please sign in to comment.