diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-02-15 20:51:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 20:51:54 +0100 |
commit | c9a32c0d92adf9bd8824f9cc0158349caba50bbe (patch) | |
tree | 4fd6e0bc0b97e0830e179c029a7a081cf1fa54ed | |
parent | 426f89fc6f8c3aecfbbe22020ad79275071f9314 (diff) | |
parent | 3bae2705fc5d1e07aa2094c91537a9f3ee8d6320 (diff) | |
download | yosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.tar.gz yosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.tar.bz2 yosys-c9a32c0d92adf9bd8824f9cc0158349caba50bbe.zip |
Merge pull request #3204 from YosysHQ/claire/update-abc
Bump ABC version
-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) |