v5.0.2
The first stable release that works with Chisel 5.
We had to fork the old firrtl compiler to make this work, so there might be some issues if you rely on specific passes or annotations.
New in v5.0.2:
ChiselOptionslikeThrowOnFirstErrorAnnotationnow work. Fixes #682
New in v5.0.1:
- @konda-x1 fixed some problems with
OpaqueType(#661)
To use add the following to your build.sbt:
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.2"