File: control

package info (click to toggle)
verilog-parser 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 468; sh: 7; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 977 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
Source: verilog-parser
Section: python
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Aryan Karamtoth <aryankmmiv@outlook.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-lark,
 pybuild-plugin-pyproject,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://codeberg.org/tok/py-verilog-parser
Vcs-Browser: https://salsa.debian.org/electronics-team/verilog-parser
Vcs-Git: https://salsa.debian.org/electronics-team/verilog-parser.git

Package: python3-verilog-parser
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-lark,
Description: Parser for Verilog netlists (structural Verilog)
 Lark based parser for Verilog netlists (structural Verilog
 without behavioral statements).
 This is meant to be used to read netlists as
 generated by HDL logic synthesizers such as Yosys.