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 13a2481 commit 93dca50Copy full SHA for 93dca50
Makefile
@@ -164,7 +164,7 @@ ifeq ($(OS), Haiku)
164
CXXFLAGS += -D_DEFAULT_SOURCE
165
endif
166
167
-YOSYS_VER := 0.57+157
+YOSYS_VER := 0.57+178
168
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
169
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
170
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
0 commit comments