mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 20:17:55 +00:00
fix width detection of array querying function in case and case item expressions
I also removed the unnecessary shadowing of `width_hint` and `sign_hint` in the corresponding case in `simplify()`.
This commit is contained in:
parent
60c3ea367c
commit
7608985d2c
5 changed files with 50 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ Yosys 0.11 .. Yosys 0.12
|
|||
|
||||
* SystemVerilog
|
||||
- Support parameters using struct as a wiretype
|
||||
- Fixed regression preventing the use array querying functions in case
|
||||
expressions and case item expressions
|
||||
|
||||
* New commands and options
|
||||
- Added "-genlib" option to "abc" pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue