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 917f5af commit 95b2120
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,7 +479,7 @@ module cva6_mmu
{riscv::XLEN'(update_vaddr)},
1'b1
};
else begin
else
if(HYP_EXT==1)
icache_areq_o.fetch_exception = {
riscv::INSTR_ACCESS_FAULT,
Expand All @@ -494,7 +494,6 @@ module cva6_mmu
ptw_bad_paddr[0][riscv::PLEN-1:(riscv::PLEN > riscv::VLEN) ? (riscv::PLEN - riscv::VLEN) : 0],
1'b1
};
end
end
end

Expand Down

0 comments on commit 95b2120

Please sign in to comment.