SpinalHDL 0.11.1
This commit is contained in:
parent
be3d301eaf
commit
6c3fed3505
|
@ -9,7 +9,7 @@ scalaVersion := "2.11.8"
|
|||
EclipseKeys.withSource := true
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.0",
|
||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.1",
|
||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.1",
|
||||
"org.yaml" % "snakeyaml" % "1.8"
|
||||
)
|
||||
|
|
|
@ -371,7 +371,7 @@ class CsrPlugin(config : CsrPluginConfig) extends Plugin[VexRiscv] with Exceptio
|
|||
}
|
||||
}
|
||||
for(stageId <- firstStageIndexWithExceptionPort until stages.length; stage = stages(stageId) ){
|
||||
when(stage.arbitration.isFlushed){
|
||||
when(stage.arbitration.isFlushed){
|
||||
exceptionValids(stageId) := False
|
||||
}
|
||||
when(!stage.arbitration.isStuck){
|
||||
|
|
Loading…
Reference in New Issue