Skip to content

v3.0-SNAPSHOT_2017-04-12

Pre-release
Pre-release
Compare
Choose a tag to compare
@ucbjrl ucbjrl released this 22 Dec 18:00
· 5765 commits to main since this release
  • Use input element to decide if Vec of values has direction. (#570)
  • Define CompileOptions case class to support CompileOptions manipulation. (#572)
  • Make Module instantiations draw clock from Builder instead of parent (#568)
  • Creating FixedPoint literals was throwing away width when specifically provided. This caused one hot muxing problems in dsptools FixedPoint spec fixed based on error uncovered by this change. (#564)
  • Support Vec(0) fields in Bundles, just like Option[Data]; add test (#562)
  • Fix getWidth on empty Vecs; add test (#561)
  • Fixed fix, allow Mux of different binary points and widths (#559)