diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-03-22 18:47:48 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-03-22 18:47:48 +0100 |
commit | 15c7205908c836171d9beaf8b31610a69d299c9b (patch) | |
tree | 17c7ec1e5f4d53aa7a979cb6153841aebb983a71 /Makefile | |
parent | 322ab1cd54f4cddba4e9408887ed822c541185f9 (diff) | |
download | yosys-15c7205908c836171d9beaf8b31610a69d299c9b.tar.gz yosys-15c7205908c836171d9beaf8b31610a69d299c9b.tar.bz2 yosys-15c7205908c836171d9beaf8b31610a69d299c9b.zip |
Update abc with latest fix
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 = d7ecb23 +ABCREV = 00b674d ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q) |