diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-11-14 16:53:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 16:53:29 +0100 |
commit | 853f4bb3c695d9f5183ef5064ec4cf9cdd8b5300 (patch) | |
tree | c86494e2e1e187b6ff16c9e42e5612ff5bca74ac | |
parent | 553eb6ac1eb49085f979d7650d83b3b93298835a (diff) | |
parent | 6403bfbd9f4bb5c13c3f2b93e4e8f0776389c3ba (diff) | |
download | yosys-853f4bb3c695d9f5183ef5064ec4cf9cdd8b5300.tar.gz yosys-853f4bb3c695d9f5183ef5064ec4cf9cdd8b5300.tar.bz2 yosys-853f4bb3c695d9f5183ef5064ec4cf9cdd8b5300.zip |
Merge pull request #3547 from YosysHQ/update_abc
Update ABC
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,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 = ab5b16e +ABCREV = be9a35c ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |