Skip to content

Chisel v3.4.2

Compare
Choose a tag to compare
@chick chick released this 03 Feb 20:57

Features

  • Bump to Scala 2.12.13 (bp #1766) (#1767)
    • chisel3-plugin is now available for Scala 2.12.13
  • Add when.cond for getting the current when condition (#1694) (#1741)
  • Bump to FIRRTL v1.4.2 (see release notes)

Fixes

  • Update reported width from div/rem to match FIRRTL results (#1748) (#1770)
  • Fix some typos and using foreach instead of map in BoringUtils (#1755) (#1762)
  • Fix incorrect comment in ScalaDoc (#1756) (#1759)
  • Refactor EnumAnnotations and EnumFactory (#1747) (#1754)
  • Make toTarget fail if called on a Literal (or would otherwise not serialize properly) (#1714) (#1721)
  • (encore) Builder: use LazyLogging.logger.warn to print elaboration message (#1670) (#1693)

Infrastructure

  • Make Maven show chisel3 as apache-2.0 (#1695) (#1696)
  • Automate publishing of SNAPSHOTS with sbt-ci-release (#1706) (#1708)
  • Add redirect for Scala 2.11 upgrade page (#1749) (#1750)
  • Switch to using Github Actions CI (bp #1690) (#1698)
  • Remove CircleCI (bp #1702) (#1705)