3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-03 13:07:58 +00:00

Updated ABC to 5b5af75f1dda

This commit is contained in:
Clifford Wolf 2014-11-07 14:39:49 +01:00
parent c529d4fc53
commit 4f4d729e02
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ Yosys 0.3.0 .. Yosys 0.4
- Remaining adders are now implemented using BrentKung carry look-ahead adders
- Various new high-level optimizations on RTL netlist
- Various improvements in FSM optimization
- Updated ABC to hg 930a4de962a1 (from 2014-10-14)
- Updated ABC to hg 5b5af75f1dda (from 2014-11-07)
* Changes in internal APIs and RTLIL
- Added log_id() and log_cell() helper functions