Optimize CSR

This commit is contained in:
Dolu1990 2018-10-28 02:18:27 +02:00
parent 51de2b5820
commit c8ac214097
1 changed files with 2 additions and 2 deletions

View File

@ -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