3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 04:01:25 +00:00

Release version 0.26

This commit is contained in:
Miodrag Milanovic 2023-02-08 12:32:43 +01:00
parent ddb2bd85c8
commit 7e588664e7
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.25 .. Yosys 0.25-dev
Yosys 0.25 .. Yosys 0.26
--------------------------
* New commands and options
- Added "bwmuxmap" pass to replace $bwmux cells with equivalent logic.
- Added "xprop" pass for formal x propagation.
- Added "xprop" experimental pass for formal x propagation.
- Added "splitcells" pass to split up multi-bit cells.
- Added "viz" pass to visualize data flow graph.
- Added option "-make_cover" to "miter" pass.