clash-ghc v0.7.1 Release Notes

Release Date: 2017-04-11 // about 7 years ago
    • ๐Ÿ†• New features:
      • Support distribution of primitive templates with Cabal/Hackage packages commit
      • Find memory data files and primitive files relative to import dirs (-i<DIR>)
      • Add 'clashi' program and 'clash-ghc' package #208, thanks to @thoughtpolice
    • ๐Ÿ›  Fixes bugs:
      • case (EmptyCase ty) of ty' { ... } -> EmptyCase ty' #198
      • BitVector.split# apply the correct type arguments
      • SystemVerilog: Incorrect unsigned->signed wrap-around and conversion
      • SystemVerilog: Use unpacked array syntax in array literals
      • SystemVerilog: Add braces when converting unpacked to packed arrays
      • SystemVerilog: Fixed rotateLeftS systemverilog template
      • SystemVerilog: Do not generate null-slices
      • Verilog: Incorrect unsigned->signed wrap-around and conversion
      • VHDL: resize Integer multiplication result