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

@ -26,7 +26,7 @@ case class GroundTestTileParams(
val icache = None
val btb = None
val rocc = Nil
val core = rocket.RocketCoreParams() //TODO remove this
val core = rocket.RocketCoreParams(nPMPs = 0) //TODO remove this
val cached = if(dcache.isDefined) 1 else 0
val dataScratchpadBytes = 0
}