Skip to content

Commit 1d766c0

Browse files
author
adam
committed
py-apycula: updated to 0.29
0.29 25A unusual IOs. Add a description of dedicated pins. Read information about banks from a DAT file. Read a list of alt IO functions from a DAT file. Add IOBUFs for GW5AST-138C Set fuses for unused I/O Bump the Yosys version Fix Tangmega138k overheating Doc. BSRAM in the GW5A series. Disable segment gates. Enable ‘Byte Enable’ on BSRAM. for all chips, including the 5A series. Add new wire tables. Set DSP regs defaults Implement GW5AST-138C clock system. Add TangMega138k examples.
1 parent e03ba7f commit 1d766c0

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

devel/py-apycula/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.1 2025/12/25 17:01:49 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.2 2026/02/17 11:12:06 adam Exp $
22

3-
DISTNAME= apycula-0.28
3+
DISTNAME= apycula-0.29
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=a/apycula/}

devel/py-apycula/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.1 2025/12/25 17:01:49 ryoon Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2026/02/17 11:12:06 adam Exp $
22
bin/gowin_pack-${PYVERSSUFFIX}
33
bin/gowin_pll-${PYVERSSUFFIX}
44
bin/gowin_unpack-${PYVERSSUFFIX}
@@ -17,6 +17,7 @@ ${PYSITELIB}/apycula/GW1NZ-1.pickle
1717
${PYSITELIB}/apycula/GW2A-18.pickle
1818
${PYSITELIB}/apycula/GW2A-18C.pickle
1919
${PYSITELIB}/apycula/GW5A-25A.pickle
20+
${PYSITELIB}/apycula/GW5AST-138C.pickle
2021
${PYSITELIB}/apycula/__init__.py
2122
${PYSITELIB}/apycula/__init__.pyc
2223
${PYSITELIB}/apycula/__init__.pyo

devel/py-apycula/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2025/12/25 17:01:49 ryoon Exp $
1+
$NetBSD: distinfo,v 1.2 2026/02/17 11:12:06 adam Exp $
22

3-
BLAKE2s (apycula-0.28.tar.gz) = e0816646dec4fd094e8a44956b09667858a6e543791700195062650f443e4dad
4-
SHA512 (apycula-0.28.tar.gz) = af62a462baced81631574e2b8014a5ba05fce31b1a34d19469af8e4eaa41d497d69719cd38ebc117826633b7912d7f3eb3f5180bbceea019a83523f3abe71c35
5-
Size (apycula-0.28.tar.gz) = 22565221 bytes
3+
BLAKE2s (apycula-0.29.tar.gz) = 29d6d418607900227cfdea7138d475a38c3cc4db9baf5a65e1e54b7c23ce8818
4+
SHA512 (apycula-0.29.tar.gz) = 54cffcc1e82bd9f1f2ac66bc82f04d66986ad3322148918caac58fcfd193d983d2080e332f0806605e9d602eca0acbec1f4cd97172131e8670a419e63c9cfcdd
5+
Size (apycula-0.29.tar.gz) = 33745708 bytes

0 commit comments

Comments
 (0)