This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
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
:
ChiselOptions
likeThrowOnFirstErrorAnnotation
now work. Fixes #682
New in v5.0.1
:
To use add the following to your build.sbt
:
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.2"