Added yosys and friends

This commit is contained in:
Torsten Kurbad
2025-05-30 14:53:24 +02:00
parent a5821f61c9
commit 0434a0ac5c
18 changed files with 536 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
EAPI=8
inherit git-r3
DESCRIPTION="framework for Verilog RTL synthesis"
HOMEPAGE="http://www.clifford.at/yosys/"
EGIT_REPO_URI=https://github.com/YosysHQ/yosys
LICENSE=ISC
SLOT=0
KEYWORDS=
PATCHES=( $FILESDIR/$PN-makefile.patch )
DEPEND="dev-vcs/git
media-gfx/xdot
dev-libs/boost
sys-devel/clang"
src_compile()
{
emake DESTDIR="$D" PREFIX=/usr
}
src_install()
{
emake DESTDIR="$D" PREFIX=/usr install
}