3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 03:57:52 +00:00

Release version 0.47

This commit is contained in:
Miodrag Milanovic 2024-11-05 07:59:25 +01:00
parent 2999f5589c
commit 647d61dd92
3 changed files with 17 additions and 4 deletions

View file

@ -2,8 +2,21 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.46 .. Yosys 0.47-dev
Yosys 0.46 .. Yosys 0.47
--------------------------
* Various
- Added cxxopts library for handling command line arguments.
- Added docs generation from cells help output.
* New commands and options
- Added "-json" option to "synth_xilinx" pass.
- Added "-derive_luts" option to "cellmatch" pass.
- Added "t:@<name>" syntax to "select" pass.
- Added "-list-mod" option to "select" pass.
- Removed deprecated "qwp" pass.
* Verific support
- Initial state handling for VHDL assertions.
Yosys 0.45 .. Yosys 0.46
--------------------------