From 55af32024de6e992bb97741b4a9f4beb1cd9409b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 30 Dec 2025 09:23:45 +0100 Subject: [PATCH 1/2] Update ABC as per 2025-12-29 --- abc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abc b/abc index 9182a8048..ef74590eb 160000 --- a/abc +++ b/abc @@ -1 +1 @@ -Subproject commit 9182a8048d0bc86b39a6cb6b0488a7e1d10b2607 +Subproject commit ef74590ebd78b3b707eeba56d8284faf018affa6 From 8101c87fab54a060852f672e3027f1ed937bcfad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 00:27:01 +0000 Subject: [PATCH 2/2] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecf6d7d2b..0008025ee 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ ifeq ($(OS), Haiku) CXXFLAGS += -D_DEFAULT_SOURCE endif -YOSYS_VER := 0.60+67 +YOSYS_VER := 0.60+70 YOSYS_MAJOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f1) YOSYS_MINOR := $(shell echo $(YOSYS_VER) | cut -d'.' -f2 | cut -d'+' -f1) YOSYS_COMMIT := $(shell echo $(YOSYS_VER) | cut -d'+' -f2)