diff options
| author | Miodrag Milanovic <mmicko@gmail.com> | 2022-04-18 09:27:00 +0200 |
|---|---|---|
| committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-04-18 09:27:00 +0200 |
| commit | 2610b0403327ebb93ea185be0e48d909a1856130 (patch) | |
| tree | 4a58ac0a2994fcd246f21c86b6c63bfbbe64c1b9 | |
| parent | 9508bb23303af2571fc146bc0262ec4d70bce4dc (diff) | |
| download | yosys-2610b0403327ebb93ea185be0e48d909a1856130.tar.gz yosys-2610b0403327ebb93ea185be0e48d909a1856130.tar.bz2 yosys-2610b0403327ebb93ea185be0e48d909a1856130.zip | |
Update abc
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,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 = 00b674d +ABCREV = 3da9357 ABCPULL = 1 ABCURL ?= https://github.com/YosysHQ/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 VERBOSE=$(Q) |
