Unclaimed project
Are you a maintainer of chiseltest? Claim this project to take control of your public changelog and roadmap.
Changelog
The batteries-included testing and formal verification library for Chisel-based RTL designs.
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:
NoThreadingAnnotation required anymore!Simulator Independent Coverage paper (#689)loadMemoryFromFile now supports absolute paths (#693), thanks to @nbfalcon ! :tada:bitwuzla (#721), thanks to @Gallagator! :tada: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"