Skip to content

Commit

Permalink
Fix TLJbarTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed May 22, 2023
1 parent 46eb3cf commit e76a4ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/tilelink/Jbar.scala
Expand Up @@ -76,4 +76,5 @@ class TLJbarTestImp(nClients: Int, nManagers: Int, txns: Int)(implicit p: Parame
class TLJbarTest(nClients: Int, nManagers: Int, txns: Int = 5000, timeout: Int = 500000)(implicit p: Parameters) extends UnitTest(timeout) {
val dut = Module(LazyModule(new TLJbarTestImp(nClients, nManagers, txns)).module)
io.finished := dut.io.finished
dut.io.start := io.start
}

0 comments on commit e76a4ea

Please sign in to comment.