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 95b2120 commit a25f9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ module cva6_mmu
riscv::INSTR_ACCESS_FAULT,
ptw_bad_paddr[0][riscv::PLEN-1:(riscv::PLEN > riscv::VLEN) ? (riscv::PLEN - riscv::VLEN) : 0],
1'b1
};
};
end
end

Expand All @@ -506,7 +506,7 @@ module cva6_mmu
{riscv::XLEN'(icache_areq_o.fetch_paddr)},
{riscv::GPLEN{1'b0}},
{riscv::XLEN{1'b0}},
enable_translation_i[HYP_EXT*2],
enable_translation_i[2*HYP_EXT],
1'b1
};
else
Expand Down

0 comments on commit a25f9dc

Please sign in to comment.