Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@ekiwi ekiwi released this 28 Feb 15:06
· 1 commit to main since this release

Compatible with the v6.0.0 release of chisel.

To use add the following to your build.sbt:

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

New Features

  • add enum annotations (#27)
  • fix -skip-packages for newer compilers (#28) 🎉 to first time contributor @nbfalcon !
  • Scala 3.3 support (#30), no published package yet 😢

Removed Features

  • removed partial connect (<-), fixed point and interval types as they are no longer emitted by Chisel (#21)
  • removed deprecated code (#24, #25, #26)

POM on Maven