File: control

package info (click to toggle)
myhdl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,080 kB
  • sloc: python: 24,735; ansic: 2,203; makefile: 244; sh: 215
file content (74 lines) | stat: -rw-r--r-- 2,859 bytes parent folder | download
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.