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

Release version 0.30

This commit is contained in:
Miodrag Milanovic 2023-06-06 09:38:46 +02:00
parent 73badeccef
commit f7a8284c7b
2 changed files with 13 additions and 3 deletions

View file

@ -2,8 +2,18 @@
List of major changes and improvements between releases
=======================================================
Yosys 0.29 .. Yosys 0.29-dev
Yosys 0.29 .. Yosys 0.30
--------------------------
* New commands and options
- Added "recover_names" pass to recover names post-mapping.
* Gowin support
- Added remaining primitives blackboxes.
* Various
- "show -colorattr" will now color the cells, wires, and
connection arrows.
- "show -viewer none" will not execute viewer.
Yosys 0.28 .. Yosys 0.29
--------------------------