fix the TLFuzzer IO (#869)
This commit is contained in:
parent
16e8709144
commit
ec57994784
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user