Search code examples
sbtchiselchiseltest

chisel 5.0.0-RC1 and chiseltest


I'm attempting to upgrade a chisel 3.6.0 project to 5.0.0-RC1, and according to the docs it looks as though chiseltest is not recommended for new projects. On a hunch I did also try to add a dependency on org.chipsalliance:chiseltest (not knowing any better, just updating the previous version), and ofc that didn't work.

What is the recommended way to upgrade such a project? Are there any helpful docs on the subject that I've missed (seeing as I haven't found any)?


Solution

  • As of a couple days ago, a PR has appeared for chisel 5.0.0 support in chiseltest (thanks to Gastón Schabas for pointing this out in this comment).

    In my particular case, at the time of writing, it's enough to simply update the dependencies to point to org.chipsalliance:chisel 5.0.0 and edu.berkely.cs:chiseltest 5.0-SNAPSHOT.