3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

sv: fix size cast clipping expression width

This commit is contained in:
Zachary Snow 2021-12-30 00:01:30 -07:00 committed by Zachary Snow
parent cb17eeaf50
commit 8c509a5659
3 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,8 @@ Yosys 0.11 .. Yosys 0.12
- Support parameters using struct as a wiretype
- Fixed regression preventing the use array querying functions in case
expressions and case item expressions
- Fixed static size casts inadvertently limiting the result width of binary
operations
* New commands and options
- Added "-genlib" option to "abc" pass