Skip to content

Commit

Permalink
Increase PMPCOUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Dec 18, 2024
1 parent e9175b2 commit 28f9195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/cpu/src/csr_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Csr {
pub const PMPADDR_END: RvAddr = 0x3EF;

/// Number of PMP address/cfg registers
pub const PMPCOUNT: usize = 16;
pub const PMPCOUNT: usize = 64;

/// Create a new Configurations and Status register
///
Expand Down

0 comments on commit 28f9195

Please sign in to comment.