mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
Optimize CSR
This commit is contained in:
parent
51de2b5820
commit
c8ac214097
1 changed files with 2 additions and 2 deletions
|
@ -593,9 +593,9 @@ class CsrPlugin(config: CsrPluginConfig) extends Plugin[VexRiscv] with Exception
|
|||
}
|
||||
}
|
||||
|
||||
when(exceptionValids.orR){
|
||||
when(exceptionValidsRegs.orR){
|
||||
fetcher.haltIt()
|
||||
fetcher.flushIt()
|
||||
// fetcher.flushIt()
|
||||
}
|
||||
} else null
|
||||
|
||||
|
|
Loading…
Reference in a new issue