attempt to fix regression by adding PMP_ENTRIES to configs

This commit is contained in:
bbracker 2021-06-10 09:59:26 -04:00
parent d9022551c2
commit 0321d74562
2 changed files with 6 additions and 0 deletions
wally-pipelined/config

View File

@ -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'h0000000000001000

View File

@ -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'h0000000000001000