1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: apycula
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Daniel Gröber <dxld@darkboxed.org>
Section: electronics
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-setuptools-scm
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/electronics-team/apycula
Vcs-Git: https://salsa.debian.org/electronics-team/apycula.git
Homepage: https://github.com/YosysHQ/apicula
Rules-Requires-Root: no
Package: python3-apycula
Provides: fpga-apicula
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-crc
Description: Tools to generate Gowin FPGA bitstreams
Project Apicula provides documentation and tools for the bitstream format
used by Gowin GW1N series of FPGAs.
.
This package contains the bitstream tools, apycula python library and
chipdb files.
|