3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-02 04:27:53 +00:00

Release version 0.49

This commit is contained in:
Miodrag Milanovic 2025-01-21 14:59:09 +01:00
parent da5c20dcfb
commit 427b5a251b
3 changed files with 14 additions and 5 deletions

View file

@ -2,8 +2,17 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.48 .. Yosys 0.49-dev
Yosys 0.48 .. Yosys 0.49
--------------------------
* Various
- "$scopeinfo" cells are now part of JSON export by default.
- Added option to specify hierarchical separator for "flatten".
- Improved "wreduce" to handle more cases of operator size reduction.
- Updated hashing interface, see docs/source/yosys_internals/hashing.rst
for breaking API changes.
* New commands and options
- Added "-noscopeinfo" option to "json" and "write_json" pass.
Yosys 0.47 .. Yosys 0.48
--------------------------