mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 22:17:05 -04:00
Disable memory2Stage by default.
This commit is contained in:
parent
89de3fe5ae
commit
39471ed29c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ object VexRiscvConfig{
|
||||||
|
|
||||||
case class VexRiscvConfig(){
|
case class VexRiscvConfig(){
|
||||||
var withMemoryStage = true
|
var withMemoryStage = true
|
||||||
var withMemory2Stage = true
|
var withMemory2Stage = false
|
||||||
var withWriteBackStage = true
|
var withWriteBackStage = true
|
||||||
val plugins = ArrayBuffer[Plugin[VexRiscv]]()
|
val plugins = ArrayBuffer[Plugin[VexRiscv]]()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue