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

v6.0.0

Latest
Compare
Choose a tag to compare
@ekiwi ekiwi released this 28 Feb 15:27
· 4 commits to main since this release

Compatible with Chisel 6. Please note that some of the newer Chisel features like probes and layers are not supported. We are happy to review community PRs to add support.

We are very excited about all the new community contributions we recieved from @kammoh , @konda-x1 , @nbfalcon , @Gallagator , @Discreater and @felixonmars !

New Features:

Removed Features

  • timescope feature was removed, please manually reset pin values (#680)
  • utest support was removed (#688)

To use add the following to your build.sbt:

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

On Maven