diff options
author | whitequark <whitequark@whitequark.org> | 2020-06-22 14:18:07 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2020-06-22 14:18:07 +0000 |
commit | 778332384ab53f4d03f0f8f871895140e7eaef23 (patch) | |
tree | 92223e0fa46610afc511b82326a8545d270a730e /Makefile | |
parent | 97f3a7fc30b94165c4e2f3c4c741add850b7b675 (diff) | |
download | yosys-778332384ab53f4d03f0f8f871895140e7eaef23.tar.gz yosys-778332384ab53f4d03f0f8f871895140e7eaef23.tar.bz2 yosys-778332384ab53f4d03f0f8f871895140e7eaef23.zip |
Update ABC.
Diffstat (limited to 'Makefile')
-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 |