Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaGonzalezMarino committed Feb 19, 2024
1 parent a25f9dc commit 21acb14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ module cva6_mmu
{riscv::XLEN'(update_vaddr)},
1'b1
};
else
if(HYP_EXT==1)
else if(HYP_EXT==1)
icache_areq_o.fetch_exception = {
riscv::INSTR_ACCESS_FAULT,
{riscv::XLEN'(update_vaddr)},
Expand Down

0 comments on commit 21acb14

Please sign in to comment.