Merge remote-tracking branch 'origin/master' into reworkFetcher

This commit is contained in:
Dolu1990 2018-05-28 09:02:30 +02:00
commit 7493e70265
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ trait Pipeline {
inputDefault := stage.inserts(key)
} else {
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()}")
}
}
}