Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

v1.0.1

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

firrtl Release Notes

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

  • AnnotationUtils.toNamed broken (#708)
  • submodule inputs aren't correctly invalidated in conditionals (#705)
  • bug in ConstProp where module dependency edges were dropped (#696)
  • annotating a module IO with DontTouch that will get de-duplicated fails (#689)
  • Dedup does not do any renaming (#593)
  • shl(x, -1) should issue an error (#527)
  • SystemVerilog 2009 reserved word not implemented: checker (#455)

Additionally, we added:

  • support -X sverilog to output xxxx.sv file (#638)
  • getBuildDir now builds full path (#652)
  • several internal checks and improvements (#684)
  • add alternative graph IR (#671)