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
@@ -0,0 +1,21 @@
EAPI=8
inherit cargo toolchain-funcs git-r3
S=$WORKDIR/$P/libprjoxide
DESCRIPTION="documenting Lattice's 28nm Nexus FPGAs"
HOMEPAGE="https://github.com/gatecat/prjoxide"
EGIT_REPO_URI="https://github.com/gatecat/prjoxide"
LICENSE=ISC
SLOT=0
KEYWORDS=
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
}
src_install() {
cargo_src_install --path prjoxide
}