diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 16:20:58 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 16:20:58 -0800 |
commit | 3753760971fc9cec9c09d7000e03afd3bcafe6e3 (patch) | |
tree | 414d402e14a5540a8654ad52cc29ba058bd181fe | |
parent | 66698cb6fd0e33a27197b7412e094dc77363b5e5 (diff) | |
download | yosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.tar.gz yosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.tar.bz2 yosys-3753760971fc9cec9c09d7000e03afd3bcafe6e3.zip |
Bump ABCREV
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,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 = f6dc4a5 +ABCREV = 1485e63 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |