We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 284b360 + 17f6796 commit 47f7b71Copy full SHA for 47f7b71
1 file changed
src/main/scala/tilelink/Jbar.scala
@@ -76,4 +76,5 @@ class TLJbarTestImp(nClients: Int, nManagers: Int, txns: Int)(implicit p: Parame
76
class TLJbarTest(nClients: Int, nManagers: Int, txns: Int = 5000, timeout: Int = 500000)(implicit p: Parameters) extends UnitTest(timeout) {
77
val dut = Module(LazyModule(new TLJbarTestImp(nClients, nManagers, txns)).module)
78
io.finished := dut.io.finished
79
+ dut.io.start := io.start
80
}
0 commit comments