diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-09-08 16:08:55 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-09-08 16:08:55 +0200 |
commit | 5ccc941f25059724c9a525e5e5f35bdc8209e72a (patch) | |
tree | 915738137ed003a80847d16bea1097bb2d48f4f1 | |
parent | 406e12d859defcd2088388e74b9cc5b11dae457a (diff) | |
download | yosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.tar.gz yosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.tar.bz2 yosys-5ccc941f25059724c9a525e5e5f35bdc8209e72a.zip |
Update to latest ABC changes
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,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 = aa21961 +ABCREV = ab5b16e ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |