v0.7.1
版本发布时间: 2017-04-11 19:33:24
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
- New features:
- Fixes bugs:
-
case (EmptyCase ty) of ty' { ... }
->EmptyCase ty'
#198 -
BitVector.split#
apply the correct type arguments - SystemVerilog: Incorrect unsigned->signed wrap-around and conversion
- SystemVerilog: Use unpacked array syntax in array literals
- SystemVerilog: Add braces when converting unpacked to packed arrays
- SystemVerilog: Fixed
rotateLeftS
systemverilog template - SystemVerilog: Do not generate null-slices
- Verilog: Incorrect unsigned->signed wrap-around and conversion
- VHDL: resize
Integer
multiplication result
-