Skip to content

v3.0.1

Compare
Choose a tag to compare
@ucbjrl ucbjrl released this 21 Dec 18:14

chisel3 Release Notes

This release of chisel3 includes bug fixes for the following issues:

  • Negative shift amounts should issue an error (#729)
  • DontCare Influences Type Inference (#728)
  • Mem of Vec cannot be accessed as expected (#708)
  • Unhelpful Error Message Connecting Seq to Vec of different size (#482)

Additionally,

  • we've provided more support for the Invalidate API in various corner cases - (#745, #731)
  • cleaned up some error messages - (#739)
  • fixed some compiler and ScalaDoc warnings and added documentation - (#738, #737)
  • updated some build plugins
  • added issue and pull_request templates - (#713)