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 d93039a commit 04135baCopy full SHA for 04135ba
Makefile
@@ -161,7 +161,7 @@ ifeq ($(OS), Haiku)
161
CXXFLAGS += -D_DEFAULT_SOURCE
162
endif
163
164
-YOSYS_VER := 0.59+9
+YOSYS_VER := 0.59+30
165
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
166
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
167
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
0 commit comments