diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 28b750d545e..3609a880a1d 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -2123,6 +2123,32 @@ and reusable bus interfaces to be used with @code{cocotb}.") | |||
| 2123 | (description "This package provides the look and feel of Python unit | 2123 | (description "This package provides the look and feel of Python unit |
| 2124 | testing to @code{cocotb}, removing the need of manipulating Makefiles.") | 2124 | testing to @code{cocotb}, removing the need of manipulating Makefiles.") |
| 2125 | (license license:bsd-3))) | 2125 | (license license:bsd-3))) |
| 2126 | |||
| 2127 | (define-public python-cocotbext-axi | ||
| 2128 | (package | ||
| 2129 | (name "python-cocotbext-axi") | ||
| 2130 | (version "0.1.26") | ||
| 2131 | (source | ||
| 2132 | (origin | ||
| 2133 | (method git-fetch) | ||
| 2134 | (uri (git-reference | ||
| 2135 | (url "https://github.com/alexforencich/cocotbext-axi/") | ||
| 2136 | (commit (string-append "v" version)))) | ||
| 2137 | (file-name (git-file-name name version)) | ||
| 2138 | (sha256 | ||
| 2139 | (base32 "0xgfvvpff9r7g7fiswv1m0dklyw6c8v2r3qpd6qq3rzvnvrhsrin")))) | ||
| 2140 | (build-system pyproject-build-system) | ||
| 2141 | (propagated-inputs | ||
| 2142 | (list python-cocotb python-cocotb-bus)) | ||
| 2143 | (native-inputs | ||
| 2144 | (list iverilog python-cocotb-test python-pytest python-setuptools)) | ||
| 2145 | (home-page "https://github.com/alexforencich/cocotbext-axi/") | ||
| 2146 | (synopsis | ||
| 2147 | "Extra @acronym{AXI, Advanced Extensible Interface} modules for cocotb") | ||
| 2148 | (description "This package provides an extension to @code{cocotb} in the | ||
| 2149 | form of AXI, AXI lite, and AXI stream modules.") | ||
| 2150 | (license license:expat))) | ||
| 2151 | |||
| 2126 | (define-public python-edalize | 2152 | (define-public python-edalize |
| 2127 | (package | 2153 | (package |
| 2128 | (name "python-edalize") | 2154 | (name "python-edalize") |
