From 892c14430b296ff44f423d0a2149148923511915 Mon Sep 17 00:00:00 2001 From: Abe Date: Fri, 18 Jun 2021 11:46:25 -0400 Subject: [PATCH] Updated directory coremark_bare's wally-config file to define PMP_ENTRIES --- wally-pipelined/config/coremark_bare/wally-config.vh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wally-pipelined/config/coremark_bare/wally-config.vh b/wally-pipelined/config/coremark_bare/wally-config.vh index 5b62a23e0..828dd084a 100644 --- a/wally-pipelined/config/coremark_bare/wally-config.vh +++ b/wally-pipelined/config/coremark_bare/wally-config.vh @@ -52,6 +52,9 @@ `define ITLB_ENTRY_BITS 5 `define DTLB_ENTRY_BITS 5 +// Legal number of PMP entries are 0, 16, or 64 +`define PMP_ENTRIES 16 + // Address space `define RESET_VECTOR 64'h0000000080000000 @@ -101,7 +104,7 @@ `define PLIC_GPIO_ID 3 `define PLIC_UART_ID 4 -/`define TWO_BIT_PRELOAD "../config/coremark_bare/twoBitPredictor.txt" +`define TWO_BIT_PRELOAD "../config/coremark_bare/twoBitPredictor.txt" `define BTB_PRELOAD "../config/coremark_bare/BTBPredictor.txt" `define BPRED_ENABLED 1 `define BPTYPE "BPGSHARE"//comments