1
0

Default to 8 PMPs; support 0 PMPs

This commit is contained in:
Andrew Waterman
2017-03-24 15:55:51 -07:00
parent 97006ab396
commit 17b1ee3037
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ case class RocketCoreParams(
useAtomics: Boolean = true,
useCompressed: Boolean = true,
nBreakpoints: Int = 1,
nPMPs: Int = 16,
nPMPs: Int = 8,
nPerfCounters: Int = 0,
nCustomMRWCSRs: Int = 0,
mtvecInit: Option[BigInt] = Some(BigInt(0)),