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 201c400 commit c2291c1Copy full SHA for c2291c1
Makefile
@@ -159,7 +159,7 @@ ifeq ($(OS), Haiku)
159
CXXFLAGS += -D_DEFAULT_SOURCE
160
endif
161
162
-YOSYS_VER := 0.57+30
+YOSYS_VER := 0.57+52
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