1
0

Support disabling virtual memory

This commit is contained in:
Andrew Waterman
2013-09-24 13:58:23 -07:00
parent adc386f889
commit 81c752de84
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import Util._
case class RocketConfiguration(tl: TileLinkConfiguration,
icache: ICacheConfig, dcache: DCacheConfig,
fpu: Boolean, rocc: Option[RocketConfiguration => RoCC] = None,
vm: Boolean = true,
fastLoadWord: Boolean = true,
fastLoadByte: Boolean = false,
fastMulDiv: Boolean = true)