diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-15 18:44:05 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-15 18:44:05 +0100 |
commit | 3bae2705fc5d1e07aa2094c91537a9f3ee8d6320 (patch) | |
tree | 4fd6e0bc0b97e0830e179c029a7a081cf1fa54ed /Makefile | |
parent | 426f89fc6f8c3aecfbbe22020ad79275071f9314 (diff) | |
download | yosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.tar.gz yosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.tar.bz2 yosys-3bae2705fc5d1e07aa2094c91537a9f3ee8d6320.zip |
Bump ABC version
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 = f6fa2dd +ABCREV = b4790a6 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q) |