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

v5.0.0

Compare
Choose a tag to compare
@ekiwi ekiwi released this 27 Jun 00:45
· 32 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.

To use add the following to your build.sbt:

libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "5.0.0"

On Maven