mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-28 09:16:22 -04:00
cv32a60x_config_pkg.sv: set NrPMPEntries to 0 (#2848)
to build correct RISC-V ISA privilege manual
This commit is contained in:
parent
b258d27816
commit
a165a2bb50
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ package cva6_config_pkg;
|
||||||
DmBaseAddress: 64'h0,
|
DmBaseAddress: 64'h0,
|
||||||
TvalEn: bit'(0),
|
TvalEn: bit'(0),
|
||||||
DirectVecOnly: bit'(1),
|
DirectVecOnly: bit'(1),
|
||||||
NrPMPEntries: unsigned'(8),
|
NrPMPEntries: unsigned'(0),
|
||||||
PMPCfgRstVal: {64{64'h0}},
|
PMPCfgRstVal: {64{64'h0}},
|
||||||
PMPAddrRstVal: {64{64'h0}},
|
PMPAddrRstVal: {64{64'h0}},
|
||||||
PMPEntryReadOnly: 64'd0,
|
PMPEntryReadOnly: 64'd0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue