Merge pull request #5784 from YosysHQ/lofty/abc-changelog

changelog: update for abc changes
This commit is contained in:
Lofty 2026-03-30 16:36:08 +00:00 committed by GitHub
commit 903695892a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ List of major changes and improvements between releases
Yosys 0.63 .. Yosys 0.64-dev
--------------------------
* Various
- Removed rarely-used options from ABC/ABC9.
- Calls to "abc -g AND -fast" to map logic to
AND-Inverter Graph form should be replaced with
"aigmap".
- The above change was made to SBY, so we recommend
updating it.
Yosys 0.62 .. Yosys 0.63
--------------------------
* Various