Optimize CSR
This commit is contained in:
parent
51de2b5820
commit
c8ac214097
|
@ -593,9 +593,9 @@ class CsrPlugin(config: CsrPluginConfig) extends Plugin[VexRiscv] with Exception
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
when(exceptionValids.orR){
|
when(exceptionValidsRegs.orR){
|
||||||
fetcher.haltIt()
|
fetcher.haltIt()
|
||||||
fetcher.flushIt()
|
// fetcher.flushIt()
|
||||||
}
|
}
|
||||||
} else null
|
} else null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue