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.
1 parent fac13f1 commit 0c68909Copy full SHA for 0c68909
Makefile
@@ -153,7 +153,7 @@ ifeq ($(OS), Haiku)
153
CXXFLAGS += -D_DEFAULT_SOURCE
154
endif
155
156
-YOSYS_VER := 0.51+17
+YOSYS_VER := 0.51+41
157
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
158
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
159
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
0 commit comments