diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-07-01 16:23:12 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-07-01 16:23:24 +0200 |
commit | fda3a537e181419f3d6a807cb6847a56cc9f8319 (patch) | |
tree | 1616724dc2145e8e96c70d350b916c668d8d2e2a | |
parent | 0182b26abab8c9a8efef728d55d1adb09bf39825 (diff) | |
download | yosys-fda3a537e181419f3d6a807cb6847a56cc9f8319.tar.gz yosys-fda3a537e181419f3d6a807cb6847a56cc9f8319.tar.bz2 yosys-fda3a537e181419f3d6a807cb6847a56cc9f8319.zip |
Update abc
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,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 = 09a7e6d +ABCREV = 1863430 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q) |