3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 13:40:53 +00:00

Release version 0.43

This commit is contained in:
Miodrag Milanovic 2024-07-09 09:11:59 +02:00
parent dac5bd1983
commit c6e5e0b26b
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.42 .. Yosys 0.43-dev
Yosys 0.42 .. Yosys 0.43
--------------------------
* Various
- C++ compiler with C++17 support is required.
- Support for IO liberty files for verification.
- Limit padding from shiftadd for "peepopt" pass.
* Verific support
- Support building Yosys with various Verific library
configurations. Can be built now without YosysHQ
specific patch and extension library.
Yosys 0.41 .. Yosys 0.42
--------------------------