cv32a60x_config_pkg.sv: set NrPMPEntries to 0 (#2848)

to build correct RISC-V ISA privilege manual
This commit is contained in:
André Sintzoff 2025-03-20 12:23:22 +01:00 committed by GitHub
parent b258d27816
commit a165a2bb50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ package cva6_config_pkg;
DmBaseAddress: 64'h0,
TvalEn: bit'(0),
DirectVecOnly: bit'(1),
NrPMPEntries: unsigned'(8),
NrPMPEntries: unsigned'(0),
PMPCfgRstVal: {64{64'h0}},
PMPAddrRstVal: {64{64'h0}},
PMPEntryReadOnly: 64'd0,