Pass regressions machinemode with CSR config including Supervisor
This commit is contained in:
parent
d205f88fb8
commit
130a69eeae
|
@ -136,7 +136,7 @@ object LinuxGen {
|
||||||
divUnrollFactor = 1
|
divUnrollFactor = 1
|
||||||
),
|
),
|
||||||
// new DivPlugin,
|
// new DivPlugin,
|
||||||
new CsrPlugin(CsrPluginConfig.all(0x80000020l)),
|
new CsrPlugin(CsrPluginConfig.linux(0x80000020l)),
|
||||||
// new CsrPlugin(//CsrPluginConfig.all2(0x80000020l).copy(ebreakGen = true)/*
|
// new CsrPlugin(//CsrPluginConfig.all2(0x80000020l).copy(ebreakGen = true)/*
|
||||||
// CsrPluginConfig(
|
// CsrPluginConfig(
|
||||||
// catchIllegalAccess = false,
|
// catchIllegalAccess = false,
|
||||||
|
|
|
@ -89,7 +89,7 @@ object CsrPluginConfig{
|
||||||
mtvecAccess = CsrAccess.READ_WRITE,
|
mtvecAccess = CsrAccess.READ_WRITE,
|
||||||
mtvecInit = mtVecInit,
|
mtvecInit = mtVecInit,
|
||||||
mepcAccess = CsrAccess.READ_WRITE,
|
mepcAccess = CsrAccess.READ_WRITE,
|
||||||
mscratchGen = false,
|
mscratchGen = true,
|
||||||
mcauseAccess = CsrAccess.READ_WRITE,
|
mcauseAccess = CsrAccess.READ_WRITE,
|
||||||
mbadaddrAccess = CsrAccess.READ_WRITE,
|
mbadaddrAccess = CsrAccess.READ_WRITE,
|
||||||
mcycleAccess = CsrAccess.READ_WRITE,
|
mcycleAccess = CsrAccess.READ_WRITE,
|
||||||
|
|
Loading…
Reference in New Issue