TestIndividual supervisor missing CSR=yes
This commit is contained in:
parent
9605b663bf
commit
344b2d4eda
File diff suppressed because it is too large
Load Diff
|
@ -554,7 +554,7 @@ class CsrDimension(freertos : String, zephyr : String, linux : String) extends V
|
||||||
if(supervisor){
|
if(supervisor){
|
||||||
new VexRiscvPosition("Supervisor") with CatchAllPosition{
|
new VexRiscvPosition("Supervisor") with CatchAllPosition{
|
||||||
override def applyOn(config: VexRiscvConfig): Unit = config.plugins += new CsrPlugin(CsrPluginConfig.linuxFull(0x80000020l))
|
override def applyOn(config: VexRiscvConfig): Unit = config.plugins += new CsrPlugin(CsrPluginConfig.linuxFull(0x80000020l))
|
||||||
override def testParam = s"FREERTOS=$freertos ZEPHYR=$zephyr LINUX_REGRESSION=$linux SUPERVISOR=yes"
|
override def testParam = s"FREERTOS=$freertos ZEPHYR=$zephyr LINUX_REGRESSION=$linux SUPERVISOR=yes CSR=yes"
|
||||||
}
|
}
|
||||||
} else if(pmp){
|
} else if(pmp){
|
||||||
new VexRiscvPosition("Secure") with CatchAllPosition{
|
new VexRiscvPosition("Secure") with CatchAllPosition{
|
||||||
|
|
Loading…
Reference in New Issue