Disable memory2Stage by default.

This commit is contained in:
Tom Verbeure 2019-05-07 07:04:05 -07:00
parent 89de3fe5ae
commit 39471ed29c

View file

@ -20,7 +20,7 @@ object VexRiscvConfig{
case class VexRiscvConfig(){
var withMemoryStage = true
var withMemory2Stage = true
var withMemory2Stage = false
var withWriteBackStage = true
val plugins = ArrayBuffer[Plugin[VexRiscv]]()