Port details |
- iverilog Verilog simulation and synthesis tool
- 12.0_1 cad =6 12.0_1Version of this port present on the latest quarterly branch.
- Maintainer: kbowling@FreeBSD.org
- Port Added: 2001-02-13 08:02:19
- Last Update: 2024-03-02 23:32:29
- Commit Hash: 6302f27
- People watching this port, also watch:: zip, unzip, wget, libxml2, autoconf
- License: GPLv2
- WWW:
- https://steveicarus.github.io/iverilog/
- Description:
- Icarus Verilog is a Verilog simulation and synthesis tool. It
operates as a compiler, compiling source code written in Verilog
(IEEE-1364) into some target format. For batch simulation, the
compiler can generate C++ code that is compiled and linked with
a run time library (called "vvm") then executed as a command to
run the simulation. For synthesis, the compiler generates netlists
in the desired format.
The compiler proper is intended to parse and elaborate design
descriptions written to the IEEE standard IEEE Std 1364-2000. The
standard proper is due to be release towards the middle of the
year 2000. This is a fairly large and complex standard, so it will
take some time for it to get there, but that's the goal.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/iverilog/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/iverilog
- pkg install iverilog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iverilog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1681749176
SHA256 (steveicarus-iverilog-v12_0_GH0.tar.gz) = a68cb1ef7c017ef090ebedb2bc3e39ef90ecc70a3400afb4aa94303bc3beaa7d
SIZE (steveicarus-iverilog-v12_0_GH0.tar.gz) = 2995096
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf : devel/autoconf
- gperf : devel/gperf
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Run
-
- cad/py-cocotb
- java/veditor
Configuration Options:
- No options to configure
- Options name:
- cad_iverilog
- USES:
- bison compiler:c++11-lang gmake readline
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.0_1 02 Mar 2024 23:32:29 |
Nuno Teixeira (eduardo) |
cad/iverilog: Move man pages to share/man
Approved by: portmgr (blanket) |
12.0 18 Apr 2023 15:55:15 |
Yuri Victorovich (yuri) |
cad/iverilog: Update 11.0 → 12_0
PR: 270908
Approved by: kbowling@ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.0 20 Jul 2022 14:20:58 |
Tobias C. Berner (tcberner) |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
11.0 02 May 2022 17:29:45 |
Kevin Bowling (kbowling) |
cad/iverilog: Take maintainer |
11.0 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
11.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0 11 Nov 2020 17:40:37 |
pkubaj |
cad/iverilog: fix build on GCC architectures
expression_evaluate.cc: In member function 'virtual bool
ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const':
expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)'
is ambiguous
/usr/include/math.h:257: note: candidates are: double pow(double, double)
/usr/include/c++/4.2/cmath:373: note: long double std::pow(long
double, int)
/usr/include/c++/4.2/cmath:369: note: float std::pow(float, int)
/usr/include/c++/4.2/cmath:365: note: double std::pow(double,
int)
/usr/include/c++/4.2/cmath:361: note: long double std::pow(long
double, long double)
/usr/include/c++/4.2/cmath:357: note: float std::pow(float,
float) |
11.0 21 Oct 2020 19:21:40 |
zeising |
cad/iverilog: Update to 11.0
Update cad/iverilog to 11.0. The first release in the 11 branch. |
10.3 22 Aug 2020 14:15:35 |
zeising |
cad/iverilog: Use upstream patch for -fno-common
Change to use the patch applied upstream for fixing the build of
cad/iverilog with -fno-common
MFH: 2020Q3 (implicit, -fno-common fix, ok by joenum) |
10.3 18 Aug 2020 17:41:24 |
zeising |
cad/iverilog: Fix build with -fno-common
Fix the build with -fno-common, which is the default in llvm 11 (and gcc10).
MFH: 2020Q3 |
10.3 17 Aug 2019 23:52:17 |
zeising |
cat/iverilog: Update to 10.3 |
10.2_1 26 Jun 2019 17:27:16 |
sunpoet |
Fix build with bison 3.4.1
PR: 238141 |
10.2_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
10.2 24 Oct 2017 21:01:15 |
zeising |
Update to 10.2 |
10.1.1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
10.1.1 27 May 2016 17:16:24 |
zeising |
Update to 10.1.1 |
10.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
10.1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
10.1 08 Feb 2016 18:48:12 |
zeising |
Update to 10.1 |
10.0 12 Jan 2016 18:58:03 |
marino |
cad/iverilog is not jobs safe
This port has failed multiple times for me.
It intends to create a directory called "dep" and then move files into
it, but sometimes the file is moved before directory is created, becomes
renamed to "dep" and then mkdir fails because dep already exists. |
10.0 08 Oct 2015 19:38:57 |
zeising |
Fix build on FreeBSD 9.*
FreeBSD 9.* has an older, noncompatible version of flex. Fix this by using
flex from ports instead.
Submitted by: kwm |
10.0 04 Oct 2015 12:17:59 |
zeising |
Update to 10.0
Committed from: EuroBSDCon 2015 |
0.9.7 20 Oct 2014 07:19:23 |
bapt |
Cleanup plist |
0.9.7 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
0.9.7 13 Mar 2014 08:06:33 |
miwi |
- Convert USE_GMAKE to USES |
0.9.7 10 Dec 2013 16:08:47 |
zeising |
Update to 0.9.7.
Stagify. |
0.9.6 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
0.9.6 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.9.6 26 Sep 2012 11:25:34 |
zeising |
Update to 0.9.6
Approved by: kwm (mentor) |
0.9.5 03 Jul 2012 08:28:34 |
zeising |
Change maintainer address to my FreeBSD.org mail address.
Approved by: kwm (mentor) |
0.9.5 16 Jan 2012 21:11:10 |
crees |
Update maintainer email address
PR: ports/164211
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) |
0.9.5 04 Nov 2011 18:16:30 |
pawel |
- Update to version 0.9.5
- Add LICENSE
- Update project homepage
PR: ports/162280
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer) |
0.9.4 30 Oct 2011 12:42:28 |
pawel |
- Update to version 0.9.4
- Give maintainership to submitter
PR: ports/162069
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> |
0.9.2 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
0.9.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.9.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.2 30 Jul 2010 14:51:37 |
olgeni |
Fix a few typos in ports/cad. |
0.9.2 08 Jan 2010 23:51:49 |
stas |
- Update to 0.9.2. |
0.9.1 09 Jun 2009 12:58:04 |
stas |
- Update to 0.9.1. |
0.8.7 23 Jan 2009 22:04:50 |
stas |
- Update to 0.8.7. |
0.8.6 13 Apr 2008 19:40:14 |
stas |
- Update 0.8.6. |
0.8.5_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.8.5 13 Sep 2007 13:50:37 |
stas |
- Update to 0.8.5. |
0.8.4 03 Apr 2007 23:00:42 |
stas |
- Update to 0.8.4. |
0.8.3 01 Nov 2006 23:28:09 |
stas |
- Update to 0.8.3 |
0.8.2 03 Oct 2006 13:34:22 |
stas |
- Update to 0.8.2
- Fix compiling with gcc 4.1
- Change my email
Approved by: sem (mentor) |
0.8.1 06 Sep 2006 10:47:58 |
itetcu |
Stanislav wants to maintain this ports.
Requested by: Stanislav (on IRC) |
0.8.1 06 Sep 2006 01:48:04 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
0.8.1 09 Nov 2005 21:36:06 |
mnag |
Update to 0.8.1
Add second MASTER_SITES
Add SHA256
PR: 88749
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> (maintainer) |
0.8 12 Oct 2005 06:25:10 |
linimon |
Update maintainer's email address. |
0.8 05 Nov 2004 13:16:52 |
arved |
Update to 0.8
PR: 72949
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se> |
0.7.20040606 04 Jul 2004 15:53:10 |
nobutaka |
Update to 0.7.20040606.
PR: ports/68643
Submitted by: maintainer |
0.7.20040220 18 Mar 2004 22:19:00 |
krion |
- Update to version 20040220
PR: ports/64432
Submitted by: maintainer |
0.7.20031202_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.7.20031202 30 Jan 2004 10:30:08 |
linimon |
Unbreak on 4.x.
PR: ports/62073
Submitted by: Hiroki Sato <hrs@freebsd.org> |
0.7.20031202 17 Dec 2003 16:02:50 |
linimon |
Update to 20031202 snapshot. Summary of changes listed on
ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt:
Combination 64bit/32bit runtime support now works fully on AMD64
systems; wait on lists of named events now works; there is no
longer a common iverilog.conf, instead there are target specific
foo.conf files with a new and cleaner format; 64bit values are more
portably handled; several synthesis bugs related to the control inputs
of flip-flops have been fixed.
Committer is marking this BROKEN on 4.x while we investigate install
problems. It works on 5.x only for now.
PR: ports/60162
Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer) |
0.7.20031009 20 Nov 2003 03:19:37 |
linimon |
Mark as broken while we muddle through the compile problem with
the author. |
0.7.20031009 27 Oct 2003 10:02:34 |
linimon |
Maintainer Update to latest snapshot. Changes: add AMD64 support
(experimental); time 0 race resolution; identation cleanup; manpage
update.
PR: ports/58320 |
0.7.20030722 17 Oct 2003 08:26:42 |
linimon |
Maintainer update to snapshot version. In addition to fixing the port
for gcc3.3, 10 months of updates are included:
- Rework expression parsing and elaboration to accomodate real/realtime
values and expressions.
- Calculate delay statement delays using elaborated expressions instead
of pre-elaborated expression trees.
- Implement the wait statement behaviorally instead of as nets.
- Support event names as expression elements.
- Fix configuration errors, spelling errors, clarification of certain
objects.
See internal revision logs in each file for more elaboration. |
0.7 18 Jul 2003 04:17:17 |
kris |
Partial fix for builds with gcc 3.3. This still blows up later on. |
0.7 19 May 2003 08:24:55 |
keichii |
Change the Maintainer to someone who uses this port more than I do. |
0.7 17 May 2003 03:17:55 |
will |
Fix MAN. This commit completes changes submitted in the PR. I made
the earlier changes unaware that the submitter had sent the PR.
PR: 51989
Submitted by: Ports Fury |
0.7 16 May 2003 18:18:38 |
will |
Fix this port and remove BROKEN. |
0.7 06 May 2003 07:19:02 |
kris |
BROKEN: Does not install |
0.7 07 Mar 2003 05:56:59 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.7 31 Jan 2003 17:49:45 |
keichii |
Update to iverilog 0.7
Submitted by: Joachim Str?mbergson <watchman@ludd.luth.se> |
0.6 02 Dec 2002 04:57:52 |
marcus |
Fix build with bison 1.75.
Reported by: bento |
0.6 19 Sep 2002 03:04:23 |
kris |
Add missing files |
04 Mar 2002 00:46:11 |
keichii |
Update to 0.6 after my long absence |
18 May 2001 17:01:47 |
ijliao |
pass maintainership to keichii |
22 Feb 2001 04:58:04 |
ijliao |
forgot bison dependence |
13 Feb 2001 11:02:19 |
ijliao |
add iverilog, a Verilog simulation and synthesis tool |