Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

v5.0.2

Compare
Choose a tag to compare
@ekiwi ekiwi released this 18 Sep 19:27
· 29 commits to main since this release

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 like ThrowOnFirstErrorAnnotation 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"

On Maven