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
|
Source: iverilog
Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper-compat (= 13), gperf, bison, flex, zlib1g-dev, libbz2-dev, libreadline-dev
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: http://iverilog.icarus.com
Vcs-Git: https://salsa.debian.org/electronics-team/iverilog.git
Vcs-Browser: https://salsa.debian.org/electronics-team/iverilog
Package: iverilog
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: verilog (<< 10.2-1.1~)
Breaks: verilog (<< 10.2-1.1~)
Provides: verilog
Suggests: gtkwave
Description: Icarus verilog compiler
Icarus Verilog is intended to compile all of the Verilog HDL as
described in the IEEE-1364 standard. It is not quite there
yet. It does currently handle a mix of structural and behavioral
constructs.
.
The compiler can target either simulation, or netlist (EDIF).
|