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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: myhdl
Section: electronics
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Build-Depends-Indep: python-sphinx, python3-sphinx
Standards-Version: 4.2.1
Homepage: http://www.myhdl.org
Vcs-Git: https://salsa.debian.org/python-team/modules/myhdl.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/myhdl
Package: python-myhdl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: myhdl-cosimulation
Suggests: myhdl-doc
Section: python
Description: Hardware description language for Python (Python 2)
MyHDL turns Python into a hardware description and verification language,
providing hardware engineers with the power of the Python ecosystem.
.
Python can then be used as an event-driven simulator using Python decorators
actively to specify what corresponds to 'processes' in Verilog / VHDL and
thereby achieve concurrency.
.
This package installs the library for Python 2.
Package: python3-myhdl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: myhdl-cosimulation
Suggests: myhdl-doc
Section: python
Description: Hardware description language for Python (Python 3)
MyHDL turns Python into a hardware description and verification language,
providing hardware engineers with the power of the Python ecosystem.
.
Python can then be used as an event-driven simulator using Python decorators
actively to specify what corresponds to 'processes' in Verilog / VHDL and
thereby achieve concurrency.
.
This package installs the library for Python 3.
Package: myhdl-cosimulation
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: MyHDL cosimulation files
MyHDL turns Python into a hardware description and verification language,
providing hardware engineers with the power of the Python ecosystem.
.
Python can then be used as an event-driven simulator using Python decorators
actively to specify what corresponds to 'processes' in Verilog / VHDL and
thereby achieve concurrency.
.
This package provides the sources for executable extensions of the
core modules.
Package: myhdl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Hardware description generating framework (common documentation)
MyHDL turns Python into a hardware description and verification language,
providing hardware engineers with the power of the Python ecosystem.
.
Python can then be used as an event-driven simulator using Python decorators
actively to specify what corresponds to 'processes' in Verilog / VHDL and
thereby achieve concurrency.
.
This is the common documentation package containing HTML pages and the man
page.
|