chisel3/MultiIOModule not found whe running tests with Chisel 3.5-SNAPSHOT

130 views
Skip to first unread message

Øyvind Harboe

unread,
May 21, 2021, 5:37:03 AM5/21/21
to chisel-users
When I try to run a test with the Chisel 3.5-SNAPSHOT:

 val defaultVersions = Map(
-  "chisel3" -> "3.4.2",
-  "chisel-iotesters" -> "1.5.2",
-  "chiseltest" -> "0.3.2"
+  "chisel3" -> "3.5-SNAPSHOT",
+  "chisel-iotesters" -> "1.5-SNAPSHOT",
+  "chiseltest" -> "0.3-SNAPSHOT"
 )
+addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.5-SNAPSHOT" cross CrossVersion.full)


I'm getting this error...

[info] java.lang.NoClassDefFoundError: chisel3/MultiIOModule [info] at chiseltest.internal.VerilatorBackendAnnotation$.<init>(Testers2.scala:67) [info] at chiseltest.internal.VerilatorBackendAnnotation$.<clinit>(Testers2.scala)

Øyvind Harboe

unread,
May 21, 2021, 6:12:24 AM5/21/21
to chisel-users
Ooops...

never mind...

  "chiseltest" -> "0.3-SNAPSHOT"

should be:

  "chiseltest" -> "0.5-SNAPSHOT"

Reply all
Reply to author
Forward
0 new messages