Skip to content

v0.6.8

Compare
Choose a tag to compare
@christiaanb christiaanb released this 13 Jan 14:12
· 4744 commits to master since this release
  • New features:
    • Support for Haskell's: Char, Int8, Int16, Int32, Int64, Word, Word8, Word16, Word32, Word64.
    • Int/Word/Integer bitwidth for generated HDL is configurable using the -clash-intwidth=N flag, where N can be either 32 or 64.
  • Fixes bugs:
    • Cannot reduce case error ... of ... to error ... #109