Skip to content

Commit

Permalink
fix the TLFuzzer IO (chipsalliance#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhemao authored and terpstra committed Jul 17, 2017
1 parent 16e8709 commit ec57994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/tilelink/Fuzzer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class TLFuzzer(
lazy val module = new LazyModuleImp(this) {
val io = new Bundle {
val out = node.bundleOut
val finished = Bool()
val finished = Bool(OUTPUT)
}

val out = io.out(0)
Expand Down

0 comments on commit ec57994

Please sign in to comment.