pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/py-PyRTL



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Aug  2 06:57:40 UTC 2026

Modified Files:
        pkgsrc/cad/py-PyRTL: Makefile distinfo

Log Message:
cad/py-PyRTL: Update to 1.0.2

Changelog:
## [1.0.2] - 2026-07-22

### Fixed

- Fixed a  `CompiledSimulation` `arm64` bug introduced in `1.0.1`. Added an `arm64` GitHub workflow to catch such regressions in the future.

## [1.0.1] - 2026-07-22

### Changed

- Significant `Simulation` performance speedups (tested with [`pyrtlnet`](https://github.com/UCSBarchlab/pyrtlnet)):
  class | method | speedup
  ---: | :--- | ---:
  `Simulation` | `step()` | 40%
  `FastSimulation` | `__init__()` | 10%
  `FastSimulation` | `step()` | 15%
  `CompiledSimulation` | `__init__()` | 65%
  `CompiledSimulation` | `step()` | 30%
- Documentation improvements.

### Fixed

- Fixed a `CompiledSimulation` bug when the first arg to `concat` crosses a 64-bit boundary in the `concat`'s output.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/py-PyRTL/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/cad/py-PyRTL/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-PyRTL/Makefile
diff -u pkgsrc/cad/py-PyRTL/Makefile:1.15 pkgsrc/cad/py-PyRTL/Makefile:1.16
--- pkgsrc/cad/py-PyRTL/Makefile:1.15   Mon Jun 22 20:20:56 2026
+++ pkgsrc/cad/py-PyRTL/Makefile        Sun Aug  2 06:57:40 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2026/06/22 20:20:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/02 06:57:40 ryoon Exp $
 
 DISTNAME=      pyrtl-${PKGVERSION_NOREV}
-PKGNAME=       ${PYPKGPREFIX}-PyRTL-1.0.0
+PKGNAME=       ${PYPKGPREFIX}-PyRTL-1.0.2
 CATEGORIES=    cad python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyrtl/}
 

Index: pkgsrc/cad/py-PyRTL/distinfo
diff -u pkgsrc/cad/py-PyRTL/distinfo:1.14 pkgsrc/cad/py-PyRTL/distinfo:1.15
--- pkgsrc/cad/py-PyRTL/distinfo:1.14   Mon Jun 22 20:20:56 2026
+++ pkgsrc/cad/py-PyRTL/distinfo        Sun Aug  2 06:57:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/06/22 20:20:56 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2026/08/02 06:57:40 ryoon Exp $
 
-BLAKE2s (pyrtl-1.0.0.tar.gz) = da337e716a8d8b491aa864af380306f671116f41f7a52181cb0671faaa4ec5c3
-SHA512 (pyrtl-1.0.0.tar.gz) = d29535b4ced77ab6989a1551a0e40f99b222ac7bf3f1e958cd00bd3096d9f909e5fad35d30887c37bef2d229c373d97a374374cc27efca37e66e55629f827fc5
-Size (pyrtl-1.0.0.tar.gz) = 593420 bytes
+BLAKE2s (pyrtl-1.0.2.tar.gz) = 6d73a6eb2baca46b92a02c45b1b4d413ab13397b49153ee723efe6d13460d64d
+SHA512 (pyrtl-1.0.2.tar.gz) = b4e4cfec5c52247864f39ac1522e8517c2140c1abb309acb01fa69dc0c9b957022c66e93735a2074d9d24c0a668821f440a13559cc798d4ed78e2609e99a1357
+Size (pyrtl-1.0.2.tar.gz) = 648173 bytes



Home | Main Index | Thread Index | Old Index