diff options
author | Jannis Harder <me@jix.one> | 2022-08-05 15:22:56 +0200 |
---|---|---|
committer | Jannis Harder <me@jix.one> | 2022-08-16 13:37:30 +0200 |
commit | 927af914f11f895d10475917d5c0b06261703362 (patch) | |
tree | 3a9350aaa3ea8dcfbe4b77d7ed5d2674df87d7d8 | |
parent | 4ad13c647e2789268aed06d528bc2a40c6196133 (diff) | |
download | yosys-927af914f11f895d10475917d5c0b06261703362.tar.gz yosys-927af914f11f895d10475917d5c0b06261703362.tar.bz2 yosys-927af914f11f895d10475917d5c0b06261703362.zip |
Update CEX minimization patches for abc
-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 = 7cc11f7 +ABCREV = 20f970f ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q) |