1
0
Fork 0

finished bit should be set true if generator not being used

This commit is contained in:
Howard Mao 2015-11-11 18:51:16 -08:00
parent f93872d6b4
commit 7cae6cedf5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class GeneratorTile(id: Int, resetSignal: Bool)
} else {
io.uncached(0).acquire.valid := Bool(false)
io.uncached(0).grant.ready := Bool(false)
for (i <- 0 until nGensPerTile) { gen_finished(2 * i) := Bool(false) }
for (i <- 0 until nGensPerTile) { gen_finished(2 * i) := Bool(true) }
}
if (genCached) {