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 dbb977a commit a265b23Copy full SHA for a265b23
Makefile
@@ -159,7 +159,7 @@ ifeq ($(OS), Haiku)
159
CXXFLAGS += -D_DEFAULT_SOURCE
160
endif
161
162
-YOSYS_VER := 0.56+101
+YOSYS_VER := 0.56+105
163
YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1)
164
YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1)
165
YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)
0 commit comments