v1.2.5
版本发布时间: 2020-11-10 00:56:21
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
Fixed:
- The normalizeType function now fully normalizes types which require calls to reduceTypeFamily #1469
-
flogBaseSNat
,clogBaseSNat
andlogBaseSNat
primitives are now implemented correctly.Previously these primitives would be left unevaluated causing issues as demonstrated in #1479 - Specializing on functions with type family arguments no longer fails #1477
-
satSucc
,satPred
correctly handle "small types" such asIndex 1
. -
msb
no longer fails on values larger than 64 bits -
undefined
can now be used as a reset value ofautoReg@Maybe
#1507 - Signal's
fmap
is now less strict, preventing infinite loops in very specific situations. See #1521 - Clash now uses correct function names in manifest and sdc files #1533
- Clash no longer produces erroneous HDL in very specific cases #1536
- Usage of
fold
inside other HO primitives (e.g.,map
) no longer fails #1524
1、 starter-project.zip 10.73KB