We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02f38c5 + cf02f86 commit 6d2ac29Copy full SHA for 6d2ac29
Makefile
@@ -141,7 +141,7 @@ LIBS += -lrt
141
endif
142
143
144
-YOSYS_VER := 0.40+25
+YOSYS_VER := 0.40+33
145
146
# Note: We arrange for .gitcommit to contain the (short) commit hash in
147
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -165,7 +165,7 @@ bumpversion:
165
# is just a symlink to your actual ABC working directory, as 'make mrproper'
166
# will remove the 'abc' directory and you do not want to accidentally
167
# delete your work on ABC..
168
-ABCREV = 0cd90d0
+ABCREV = 03da96f
169
ABCPULL = 1
170
ABCURL ?= https://github.com/YosysHQ/abc
171
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
0 commit comments