clash-ghc v0.99.3 Release Notes

Release Date: 2018-07-28 // over 5 years ago
    • 🛠 Fixes bugs:
    • Evaluator recognizes Bit literals #329 <https://github.com/clash-lang/clash-compiler/issues/329>__
    • Use existential type-variables in context of GADT pattern match
    • Do not create zero-bit temporary variables in generated HDL
    • Use correct arguments in nested primitives #323 <https://github.com/clash-lang/clash-compiler/issues/329>__
    • Zero-constructor data type needs 0 bits #238 <https://github.com/clash-lang/clash-compiler/issues/238>__
    • Create empty component when result needs 0 bits
    • Evaluator performs BigNat arithmetic

    • Features:

    • Bundle and BitPack instances up to and including 62-tuples

    • Handle undefined writes to RAM properly

    • Handle undefined clock enables properly