diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-03-04 11:32:15 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-03-04 11:32:15 +0100 |
commit | 66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb (patch) | |
tree | d13532f94ea24d98c663038f2909fac6edb18cfb /Makefile | |
parent | a7090e9711339b56f98ee25d78286203a0545acb (diff) | |
download | yosys-66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb.tar.gz yosys-66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb.tar.bz2 yosys-66ba5ed7a5bc34eb44c62b2af5bb015e97f7e3eb.zip |
Update ABC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,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 = b4790a6 +ABCREV = d7ecb23 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q) |