v1.6.2
版本发布时间: 2022-02-25 23:08:18
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
Fixed:
- Clash now compiles for users of Clang - i.e., all macOS users.
- The
trueDualPortBlockRam
model did not accurately simulate concurrent active ports, thus causing a Haskell/HDL simulation mismatch forasyncFIFOSynchronizer
. -
trueDualPortBlockRam
Haskell/HDL simulation mismatch for port enable. - Sometimes
trueDualPortBlockRam
swapped the names of the ports in exception messages. #2102 - The evaluator rule for unpack{Float,Double}# are now corrected to return boxed float and double instead of unboxed literals. #2097
Changed:
- The
trueDualPortBlockRam
model now only models read/write conflicts for concurrent active ports - The
trueDualPortBlockRam
model now models write/write conflicts for concurrent active ports