v1.6.5
版本发布时间: 2023-06-28 00:11:53
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
Fixed:
- Support building with all combinations of specific versions of our dependencies
hashable
andprimitive
. #2485 - The Haskell simulation of the PLL lock signal in
Clash.Clocks
(used byClash.Intel.ClockGen
) is fixed: the signal is now unasserted for the time the reset input is asserted and vice versa, and no longer crashes the simulation. HDL generation is unchanged. The PLL functions now have an additional constraint:KnownDomain pllLock
. #2420
Changed:
- Export the constructor for the
Wrapping
type in theClash.Num.Wrapping
module. See #2292