3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-03 00:28:08 +00:00

sv: fix size cast internal expression extension

This commit is contained in:
Zachary Snow 2022-01-05 23:33:08 -07:00 committed by Zachary Snow
parent 59a7150344
commit 828e85068f
4 changed files with 156 additions and 2 deletions

View file

@ -18,6 +18,8 @@ Yosys 0.11 .. Yosys 0.12
expressions and case item expressions
- Fixed static size casts inadvertently limiting the result width of binary
operations
- Fixed static size casts ignoring expression signedness
- Fixed static size casts not extending unbased unsized literals
* New commands and options
- Added "-genlib" option to "abc" pass