diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 13:49:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 13:49:24 -0800 |
commit | 04a2eb82045a658de22cea610a3ac8c5dee9333c (patch) | |
tree | 6014022c0a9e010e0bea36eff1bd1919133e10b0 /Makefile | |
parent | d2df2a8fef8d01b70fa5faa4397e1d628b9ceb5b (diff) | |
parent | 1ccee4b95e1e7a2edf55c989d6acc7d6f63762ba (diff) | |
download | yosys-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-- | 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 = 144c5be +ABCREV = 71f2b40 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |