From 76a43eb468762e99c61d03d66e6cbd73f7778aa6 Mon Sep 17 00:00:00 2001
From: David Harris <david_harris@hmc.edu>
Date: Fri, 2 Jul 2021 11:05:25 -0400
Subject: [PATCH] Optimized PMP checker logic and added support for
 configurable number of PMP registers

---
 wally-pipelined/config/rv64ic/wally-config.vh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wally-pipelined/config/rv64ic/wally-config.vh b/wally-pipelined/config/rv64ic/wally-config.vh
index 954e126bb..a6f1c0133 100644
--- a/wally-pipelined/config/rv64ic/wally-config.vh
+++ b/wally-pipelined/config/rv64ic/wally-config.vh
@@ -53,7 +53,7 @@
 `define DTLB_ENTRY_BITS 5
 
 // Legal number of PMP entries are 0, 16, or 64
-`define PMP_ENTRIES 16
+`define PMP_ENTRIES 64
 
 // Address space
 `define RESET_VECTOR 64'h0000000080000000