diff options
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index cadd8244868..28b750d545e 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -2101,6 +2101,28 @@ and Verilog RTL using Python.") | |||
| 2101 | and reusable bus interfaces to be used with @code{cocotb}.") | 2101 | and reusable bus interfaces to be used with @code{cocotb}.") |
| 2102 | (license license:bsd-3))) | 2102 | (license license:bsd-3))) |
| 2103 | 2103 | ||
| 2104 | (define-public python-cocotb-test | ||
| 2105 | (package | ||
| 2106 | (name "python-cocotb-test") | ||
| 2107 | (version "0.2.6") | ||
| 2108 | (source | ||
| 2109 | (origin | ||
| 2110 | (method url-fetch) | ||
| 2111 | (uri (pypi-uri "cocotb_test" version)) | ||
| 2112 | (sha256 | ||
| 2113 | (base32 "14h62sr2prxd0iy1axq68b9zdfggnms230xgrimywphlr941jrm4")))) | ||
| 2114 | (build-system pyproject-build-system) | ||
| 2115 | (arguments (list #:tests? #f)) ;requires examples folder from python-cocotb | ||
| 2116 | (propagated-inputs | ||
| 2117 | (list python-cocotb)) | ||
| 2118 | (native-inputs | ||
| 2119 | (list python-pytest python-setuptools)) | ||
| 2120 | (home-page "https://pypi.org/project/cocotb-test/") | ||
| 2121 | (synopsis | ||
| 2122 | "Standard python unit testing cababilities for @code{python-cocotb}") | ||
| 2123 | (description "This package provides the look and feel of Python unit | ||
| 2124 | testing to @code{cocotb}, removing the need of manipulating Makefiles.") | ||
| 2125 | (license license:bsd-3))) | ||
| 2104 | (define-public python-edalize | 2126 | (define-public python-edalize |
| 2105 | (package | 2127 | (package |
| 2106 | (name "python-edalize") | 2128 | (name "python-edalize") |
