mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
attempt to fix regression by adding PMP_ENTRIES to configs
This commit is contained in:
parent
3e7126e0c2
commit
31e1c926f2
@ -52,6 +52,9 @@
|
|||||||
`define ITLB_ENTRY_BITS 5
|
`define ITLB_ENTRY_BITS 5
|
||||||
`define DTLB_ENTRY_BITS 5
|
`define DTLB_ENTRY_BITS 5
|
||||||
|
|
||||||
|
// Legal number of PMP entries are 0, 16, or 64
|
||||||
|
`define PMP_ENTRIES 16
|
||||||
|
|
||||||
// Address space
|
// Address space
|
||||||
`define RESET_VECTOR 64'h0000000000001000
|
`define RESET_VECTOR 64'h0000000000001000
|
||||||
|
|
||||||
|
@ -52,6 +52,9 @@
|
|||||||
`define ITLB_ENTRY_BITS 5
|
`define ITLB_ENTRY_BITS 5
|
||||||
`define DTLB_ENTRY_BITS 5
|
`define DTLB_ENTRY_BITS 5
|
||||||
|
|
||||||
|
// Legal number of PMP entries are 0, 16, or 64
|
||||||
|
`define PMP_ENTRIES 16
|
||||||
|
|
||||||
// Address space
|
// Address space
|
||||||
`define RESET_VECTOR 64'h0000000000001000
|
`define RESET_VECTOR 64'h0000000000001000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user