Merge remote-tracking branch 'origin/master' into reworkFetcher
This commit is contained in:
commit
7493e70265
|
@ -105,7 +105,7 @@ trait Pipeline {
|
||||||
inputDefault := stage.inserts(key)
|
inputDefault := stage.inserts(key)
|
||||||
} else {
|
} else {
|
||||||
val stageBefore = stages(stageIndex - 1)
|
val stageBefore = stages(stageIndex - 1)
|
||||||
inputDefault := RegNextWhen(stageBefore.output(key), !stage.arbitration.isStuck)
|
inputDefault := RegNextWhen(stageBefore.output(key), !stage.arbitration.isStuck).setName(s"${stageBefore.getName()}_to_${stage.getName()}_${key.getName()}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue