Skip to content

Commit

Permalink
Update core/mmu_unify/cva6_mmu.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3bd12fe commit f2c9357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mmu_unify/cva6_mmu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ module cva6_mmu

// The instruction interface is a simple request response interface
always_comb begin : instr_interface
// MMU disabled: just pass through
// MMU disabled: just pass through
icache_areq_o.fetch_valid = icache_areq_i.fetch_req;
// icache_areq_o.fetch_paddr = icache_areq_i.fetch_vaddr[riscv::PLEN-1:0]; // play through in case we disabled address translation
// // two potential exception sources:
Expand Down

0 comments on commit f2c9357

Please sign in to comment.