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 89879ec commit 8f6d7a3Copy full SHA for 8f6d7a3
Makefile
@@ -160,7 +160,7 @@ ifeq ($(OS), Haiku)
160
CXXFLAGS += -D_DEFAULT_SOURCE
161
endif
162
163
-YOSYS_VER := 0.55+112
+YOSYS_VER := 0.55+115
164
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
165
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
166
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
0 commit comments