v1.6.3
版本发布时间: 2022-04-07 21:31:34
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
Fixed:
- Handle
~ISUNDEFINED
hole in black boxes forBitVector
and for product types. This means that with-fclash-aggressive-x-optimization-blackboxes
, resets are now omitted for undefined reset values of such types as well. #2117 - The
alteraPll
primitive was unusable since commitd325557750
(release v1.4.0), it now works again. #2136 - Simulation/Synthesis mismatch for X-exception to undefined bitvector conversion #2154
- The VHDL blackbox for
Signed.fromInteger
can now handle anyNetlist Expr
as input #2149 - Clash no longer escapes extended identifiers when rendering SDC files. #2142
- The types defined in
clash-prelude-hedgehog
now come withShow
instances #2133 - Extreme values are now generated from the input range instead of the type's bounds #2138
Internal change: