v6.0.0
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:
- Chisel 6 support (#666, #670, #705), thanks to @kammoh ! :tada:
- Support for Opaque Types (#677, #668), thanks to @konda-x1! :tada:
- Very Basic Chisel 6 Sequence Assertion Support (#673)
- New threading backend with high speed-ups for single threaded tests (#680) no explicit
NoThreadingAnnotationrequired anymore! - Coverage passes from our
Simulator Independent Coveragepaper (#689) loadMemoryFromFilenow supports absolute paths (#693), thanks to @nbfalcon ! :tada:- support for newer versions of
bitwuzla(#721), thanks to @Gallagator! :tada:
Removed Features
timescopefeature was removed, please manually reset pin values (#680)utestsupport was removed (#688)
To use add the following to your build.sbt:
libraryDependencies += "edu.berkeley.cs" %% "chiseltest" % "6.0.0"