diff options
author | Catherine <whitequark@whitequark.org> | 2023-02-23 01:48:08 +0000 |
---|---|---|
committer | Catherine <whitequark@whitequark.org> | 2023-02-23 01:48:21 +0000 |
commit | 5d9bd0af9296fd143cae98e683743cc42242ff94 (patch) | |
tree | 62fbf49c6042d2ef76314b810b088d9684703fcf | |
parent | 0f2d226ae971dc0b8de1be4514c49fbc5cfdbea2 (diff) | |
download | yosys-5d9bd0af9296fd143cae98e683743cc42242ff94.tar.gz yosys-5d9bd0af9296fd143cae98e683743cc42242ff94.tar.bz2 yosys-5d9bd0af9296fd143cae98e683743cc42242ff94.zip |
Update abc.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,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 = a8f0ef2 +ABCREV = 2c1c83f ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |