mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Pass regressions machinemode with CSR config including Supervisor
This commit is contained in:
parent
d205f88fb8
commit
130a69eeae
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ object LinuxGen {
|
|||
divUnrollFactor = 1
|
||||
),
|
||||
// new DivPlugin,
|
||||
new CsrPlugin(CsrPluginConfig.all(0x80000020l)),
|
||||
new CsrPlugin(CsrPluginConfig.linux(0x80000020l)),
|
||||
// new CsrPlugin(//CsrPluginConfig.all2(0x80000020l).copy(ebreakGen = true)/*
|
||||
// CsrPluginConfig(
|
||||
// catchIllegalAccess = false,
|
||||
|
|
|
@ -89,7 +89,7 @@ object CsrPluginConfig{
|
|||
mtvecAccess = CsrAccess.READ_WRITE,
|
||||
mtvecInit = mtVecInit,
|
||||
mepcAccess = CsrAccess.READ_WRITE,
|
||||
mscratchGen = false,
|
||||
mscratchGen = true,
|
||||
mcauseAccess = CsrAccess.READ_WRITE,
|
||||
mbadaddrAccess = CsrAccess.READ_WRITE,
|
||||
mcycleAccess = CsrAccess.READ_WRITE,
|
||||
|
|
Loading…
Reference in a new issue