diff options
| author | Clifford Wolf <clifford@clifford.at> | 2019-04-18 18:51:36 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2019-04-18 21:25:02 +0200 |
| commit | e6253244899760e580fd822f3017259f8f15a45c (patch) | |
| tree | 1521389461ebfa52168d0082b9c4f50b9fd047f0 | |
| parent | b92492331029b38f85ccd5b71a86da4907644b8e (diff) | |
| download | yosys-e6253244899760e580fd822f3017259f8f15a45c.tar.gz yosys-e6253244899760e580fd822f3017259f8f15a45c.tar.bz2 yosys-e6253244899760e580fd822f3017259f8f15a45c.zip | |
Update to ABC 3709744
Signed-off-by: Clifford Wolf <clifford@clifford.at>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ OBJS = kernel/version_$(GIT_REV).o # 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 = d1b6413 +ABCREV = 3709744 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |
