3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 12:07:51 +00:00

Release version 0.52

This commit is contained in:
Miodrag Milanovic 2025-04-09 07:38:42 +02:00
parent f602248a2e
commit fee39a3284
3 changed files with 15 additions and 4 deletions

View file

@ -2,8 +2,19 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.51 .. Yosys 0.52-dev
Yosys 0.51 .. Yosys 0.52
--------------------------
* New commands and options
- Added "-pattern-limit" option to "share" pass to limit analysis effort.
- Added "libcache" pass to control caching of technology library
data parsed from liberty files.
- Added "read_verilog_file_list" to parse verilog file list.
* Various
- Added $macc_v2 cell.
- Improve lexer performance and zlib support for "read_liberty".
- opt_expr: optimize pow of 2 cells.
Yosys 0.50 .. Yosys 0.51
--------------------------