3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-03 23:57:58 +00:00

Release version 0.66

This commit is contained in:
Miodrag Milanovic 2026-06-01 17:01:26 +02:00
parent 2105caa844
commit 86f2ddebce
3 changed files with 14 additions and 4 deletions

View file

@ -2,8 +2,18 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.65 .. Yosys 0.66-dev
Yosys 0.65 .. Yosys 0.66
--------------------------
* Various
- C++ compiler with C++20 support is required.
- Please be aware that next release will also
migrate to CMake build system.
* New commands and options
- Added "lattice_dsp_nexus" pass for Lattice Nexus
DSP inference.
- Added "-scopename" option to "synth_gatemate" pass
that is propagated to "flatten".
Yosys 0.64 .. Yosys 0.65
--------------------------