1
0

fix the TLFuzzer IO (#869)

This commit is contained in:
Howard Mao 2017-07-17 14:59:35 -07:00 committed by Wesley W. Terpstra
parent 16e8709144
commit ec57994784

View File

@ -93,7 +93,7 @@ class TLFuzzer(
lazy val module = new LazyModuleImp(this) { lazy val module = new LazyModuleImp(this) {
val io = new Bundle { val io = new Bundle {
val out = node.bundleOut val out = node.bundleOut
val finished = Bool() val finished = Bool(OUTPUT)
} }
val out = io.out(0) val out = io.out(0)