sci-electronics/yosys: version bump

This commit is contained in:
2024-08-14 14:44:21 -07:00
parent 7cfe386b2c
commit 8af33e78ab
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
--- a/Makefile 2024-06-07 18:34:14.000000000 -0700
+++ a/Makefile 2024-06-07 18:34:51.863171714 -0700
@@ -745,27 +745,7 @@
--- a/Makefile 2024-08-14 14:36:42.000000000 -0700
+++ a/Makefile 2024-08-14 14:38:01.079046045 -0700
@@ -785,27 +785,7 @@
.PHONY: check-git-abc
check-git-abc:
@@ -10,10 +10,10 @@
- exit 1; \
- elif git -C "$(YOSYS_SRC)" submodule status abc 2>/dev/null | grep -q '^ '; then \
- exit 0; \
- elif [ -f "$(YOSYS_SRC)/abc/.gitcommit" ] && ! grep -q '\$$Format:%h\$$' "$(YOSYS_SRC)/abc/.gitcommit"; then \
- elif [ -f "$(YOSYS_SRC)/abc/.gitcommit" ] && ! grep -q '\$$Format:%[hH]\$$' "$(YOSYS_SRC)/abc/.gitcommit"; then \
- echo "'abc' comes from a tarball. Continuing."; \
- exit 0; \
- elif [ -f "$(YOSYS_SRC)/abc/.gitcommit" ] && grep -q '\$$Format:%h\$$' "$(YOSYS_SRC)/abc/.gitcommit"; then \
- elif [ -f "$(YOSYS_SRC)/abc/.gitcommit" ] && grep -q '\$$Format:%[hH]\$$' "$(YOSYS_SRC)/abc/.gitcommit"; then \
- echo "Error: 'abc' is not configured as a git submodule."; \
- echo "To resolve this:"; \
- echo "1. Back up your changes: Save any modifications from the 'abc' directory to another location."; \

View File

@@ -5,7 +5,7 @@ inherit git-r3
DESCRIPTION="framework for Verilog RTL synthesis"
HOMEPAGE="http://www.clifford.at/yosys/"
EGIT_REPO_URI=https://github.com/YosysHQ/yosys
EGIT_COMMIT=yosys-0.42
EGIT_COMMIT=$P
LICENSE=ISC
SLOT=0
KEYWORDS=amd64