diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-11-07 14:39:49 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-11-07 14:39:49 +0100 |
commit | 4f4d729e02babd32ebf56de3e87408e05c5728bc (patch) | |
tree | 91581a1e47e6bc0699b19bfc5c1da7c448c65088 | |
parent | c529d4fc53ddbb96dd98f5d5fef37b4b5caa1896 (diff) | |
download | yosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.tar.gz yosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.tar.bz2 yosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.zip |
Updated ABC to 5b5af75f1dda
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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)" |