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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: yosys
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Daniel Gröber <dxld@darkboxed.org>
Section: electronics
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
tcl-dev,
libreadline-dev,
libbz2-dev,
zlib1g-dev,
bison,
flex,
gawk,
git,
libffi-dev,
pkgconf,
txt2man,
iverilog (>= 12),
python3,
python3-setuptools,
libcxxopts-dev,
gtkwave
Build-Depends-Indep:
texlive-base,
texlive-plain-generic,
texlive-fonts-recommended,
texlive-fonts-extra,
texlive-latex-base,
texlive-latex-extra,
texlive-font-utils,
texlive-science,
texlive-publishers,
texlive-bibtex-extra,
tex-gyre,
latexmk,
lmodern,
graphviz,
faketime,
pdf2svg,
python3-sphinx,
python3-sphinx-press-theme,
python3-sphinxcontrib.bibtex,
python3-click,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/electronics-team/yosys
Vcs-Git: https://salsa.debian.org/electronics-team/yosys.git
Homepage: https://github.com/YosysHQ/yosys
Package: yosys
Architecture: any
Depends: ${shlibs:Depends},
${python3:Depends},
python3-click,
${misc:Depends},
yosys-abc (>= 0.32-1),
Recommends: xdot
Description: Framework for Verilog RTL synthesis
This is a framework for Verilog RTL synthesis. It currently has extensive
Verilog-2005 support and provides a basic set of synthesis algorithms for
various application domains.
.
Yosys can be adapted to perform any synthesis job by combining the existing
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the yosys C++ code base.
Package: yosys-dev
Architecture: any
Depends: ${shlibs:Depends},
${python3:Depends},
${misc:Depends},
tcl-dev,
libffi-dev,
libreadline-dev
Description: Framework for Verilog RTL synthesis (development files)
Yosys is a framework for Verilog RTL synthesis. It currently has extensive
Verilog-2005 support and provides a basic set of synthesis algorithms for
various application domains.
.
Yosys can be adapted to perform any synthesis job by combining the existing
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the yosys C++ code base.
.
This package contains the headers and programs needed to build yosys plugins.
Package: yosys-abc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
Replaces: yosys (<< 0.32-1)
Breaks: yosys (<< 0.32-1)
Description: Sequential Logic Synthesis and Verification Algorithms
ABC is a system for synthesis and verification of binary sequential logic
circuits appearing in synchronous hardware designs. It combines scalable
logic optimization based on And-Inverter Graphs (AIGs), optimal-delay
DAG-based technology mapping for look-up tables and standard cells, and
innovative algorithms for sequential synthesis and verification.
.
This is a fork of berkeley-abc maintained by the YosysHQ team for use in
the yosys RTL synthesis framework.
Package: yosys-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Suggests: yosys
Description: Framework for Verilog RTL synthesis (documentation)
Yosys is a framework for Verilog RTL synthesis. It currently has extensive
Verilog-2005 support and provides a basic set of synthesis algorithms for
various application domains.
.
Yosys can be adapted to perform any synthesis job by combining the existing
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the yosys C++ code base.
.
This package contains the manual.
|