Updated ABC to 5b5af75f1dda
authorClifford Wolf <clifford@clifford.at>
Fri, 7 Nov 2014 13:39:49 +0000 (14:39 +0100)
committerClifford Wolf <clifford@clifford.at>
Fri, 7 Nov 2014 13:39:49 +0000 (14:39 +0100)
CHANGELOG
Makefile

index 9821be86f605fbc97f76b2aec38935c5405270bf..8679d6c87415276ff514e2b6337d92643569a095 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,7 +37,7 @@ Yosys 0.3.0 .. Yosys 0.4
          - Remaining adders are now implemented using Brent–Kung 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
index c1944f2e3a8e0506af4c1a97a58aad54e2864c1f..f6f42b3f7119254d76198d34e16959b0348d2705 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ OBJS = kernel/version_$(GIT_REV).o
 # is just a symlink to your actual ABC working directory, as 'make mrproper'
 # will remove the 'abc' directory and you do not want to accidentally
 # delete your work on ABC..
-ABCREV = 930a4de962a1
+ABCREV = 5b5af75f1dda
 ABCPULL = 1
 ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"