diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 15:02:44 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 15:02:44 -0800 |
commit | 98ee8c14df763973d47c8c952d462eb9407f6787 (patch) | |
tree | 2a91632d31dab23188d6cb1b4bef16b47518cbe4 /Makefile | |
parent | 6728a62d92bc710002cdb2d7270ffac49e09e0d1 (diff) | |
parent | 66698cb6fd0e33a27197b7412e094dc77363b5e5 (diff) | |
download | yosys-98ee8c14df763973d47c8c952d462eb9407f6787.tar.gz yosys-98ee8c14df763973d47c8c952d462eb9407f6787.tar.bz2 yosys-98ee8c14df763973d47c8c952d462eb9407f6787.zip |
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'Makefile')
-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 = c4b12fa +ABCREV = f6dc4a5 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |