aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-11 13:49:24 -0800
committerGitHub <noreply@github.com>2020-01-11 13:49:24 -0800
commit04a2eb82045a658de22cea610a3ac8c5dee9333c (patch)
tree6014022c0a9e010e0bea36eff1bd1919133e10b0 /Makefile
parentd2df2a8fef8d01b70fa5faa4397e1d628b9ceb5b (diff)
parent1ccee4b95e1e7a2edf55c989d6acc7d6f63762ba (diff)
downloadyosys-04a2eb82045a658de22cea610a3ac8c5dee9333c.tar.gz
yosys-04a2eb82045a658de22cea610a3ac8c5dee9333c.tar.bz2
yosys-04a2eb82045a658de22cea610a3ac8c5dee9333c.zip
Merge pull request #1625 from YosysHQ/eddie/abc9_mfs
abc9: re-enable "&mfs" optimisation for synth_{xilinx,ecp5}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 374d42f6f..43c4d0890 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = 144c5be
+ABCREV = 71f2b40
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1