Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebase cleanup. fix port list typo of extra ,
Browse files Browse the repository at this point in the history
OlivierBetschi committed Nov 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c1521d3 commit 59a97d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cva6_mmu/cva6_mmu.sv
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@ module cva6_mmu
// PMP

input riscv::pmpcfg_t [CVA6Cfg.NrPMPEntries-1:0] pmpcfg_i,
input logic [CVA6Cfg.NrPMPEntries-1:0][CVA6Cfg.PLEN-3:0] pmpaddr_i,
input logic [CVA6Cfg.NrPMPEntries-1:0][CVA6Cfg.PLEN-3:0] pmpaddr_i
);

// memory management, pte for cva6

0 comments on commit 59a97d6

Please sign in to comment.