Skip to content

v0.5.8

Compare
Choose a tag to compare
@christiaanb christiaanb released this 26 Jun 07:30
· 4931 commits to master since this release
  • New features:
    • Support for copying string literals from Haskell to generated code
    • Support clash-prelude-0.9
    • Size at below which functions are always inlined is configurable, run with -clash-inline-below=N to set the size limit to N
    • Collect and copy data-files
  • Fixes bugs:
    • Signals declared twice when not using a clock-generating component #60
    • This piece of code eat up all CPU when generating verilog #62
    • Can not operate "shiftR" on Int #63
    • Fail to generate verilog when using "quot" and "div" on Index #64