diff options
author | whitequark <whitequark@whitequark.org> | 2020-06-22 17:01:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 17:01:59 +0000 |
commit | 8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd (patch) | |
tree | 92223e0fa46610afc511b82326a8545d270a730e | |
parent | 97f3a7fc30b94165c4e2f3c4c741add850b7b675 (diff) | |
parent | 778332384ab53f4d03f0f8f871895140e7eaef23 (diff) | |
download | yosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.tar.gz yosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.tar.bz2 yosys-8c4cb1885b2cb6b7b26d7b9b7113e174c0eefffd.zip |
Merge pull request #2182 from whitequark/update-abc
Update ABC
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ bumpversion: # 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 = fd2c9b1 +ABCREV = 341db25 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |