Updated kikit / tried to repair yosys

This commit is contained in:
Torsten Kurbad
2025-10-15 12:40:58 +02:00
parent 69cb537d3d
commit 5748ef4c56
8 changed files with 47 additions and 40 deletions
+31
View File
@@ -0,0 +1,31 @@
EAPI=8
DESCRIPTION="framework for Verilog RTL synthesis"
HOMEPAGE="http://www.clifford.at/yosys/"
if [ "${PV}" == "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/YosysHQ/${PN}"
else
KEYWORDS="amd64"
SRC_URI="https://github.com/YosysHQ/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="ISC"
SLOT=0
#PATCHES=( $FILESDIR/$PN-makefile.patch )
DEPEND="dev-vcs/git
media-gfx/xdot
dev-libs/boost
llvm-core/clang"
src_compile()
{
emake DESTDIR="$D" PREFIX=/usr
}
src_install()
{
emake DESTDIR="$D" PREFIX=/usr install
}