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,24 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..13} pypy3 )
PYPI_PN=Apycula
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
S=$WORKDIR/Apycula-$PV
DESCRIPTION="documentation and tools for the Gowin FPGA bitstream format"
HOMEPAGE="https://github.com/YosysHQ/apicula"
DISTUTILS_USE_PEP517=setuptools
DEPEND="dev-python/numpy
dev-python/pandas
dev-python/pillow
dev-python/crcmod
dev-python/openpyxl"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"