FreshPorts -- The Place For Ports Sat, 5 Jul 2008 8:25 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
iverilog 0.8.6 cad on this many watch lists=3 search for ports that depend on this port
A Verilog simulation and synthesis tool
Maintained by: stas@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Feb 2001 08:02:19


Icarus Verilog is a Verilog simulation and synthesis tool. It
operates as a compiler, compiling source code writen 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. 

WWW: http://www.icarus.com/eda/verilog/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/bison

To install the port: cd /usr/ports/cad/iverilog/ && make install clean
To add the package: pkg_add -r iverilog


Configuration Options
     No options to configure

Master Sites:
ftp://icarus.com/pub/eda/verilog/v0.8/
ftp://ftp.geda.seul.org/pub/geda/dist/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 32

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Apr 2008 20:40:14
Original commit files touched by this commit  0.8.6
stas search for other commits by this committer
- Update 0.8.6.
17 Oct 2007 11:13:01
Original commit files touched by this commit  0.8.5_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
13 Sep 2007 14:50:37
Original commit files touched by this commit  0.8.5
stas search for other commits by this committer
- Update to 0.8.5.
04 Apr 2007 00:00:42
Original commit files touched by this commit  0.8.4
stas search for other commits by this committer
- Update to 0.8.4.
01 Nov 2006 23:28:09
Original commit files touched by this commit  0.8.3
stas search for other commits by this committer
- Update to 0.8.3
03 Oct 2006 14:34:22
Original commit files touched by this commit  0.8.2
stas search for other commits by this committer
- Update to 0.8.2
- Fix compiling with gcc 4.1
- Change my email

Approved by:    sem (mentor)
06 Sep 2006 11:47:58
Original commit files touched by this commit  0.8.1
itetcu search for other commits by this committer
Stanislav wants to maintain this ports.

Requested by:   Stanislav (on IRC)
06 Sep 2006 02:48:04
Original commit files touched by this commit  0.8.1
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
09 Nov 2005 21:36:06
Original commit files touched by this commit  0.8.1
mnag search for other commits by this committer
Update to 0.8.1
Add second MASTER_SITES
Add SHA256

PR:             88749
Submitted by:   Joachim Strombergson <watchman@ludd.ltu.se> (maintainer)
12 Oct 2005 07:25:10
Original commit files touched by this commit  0.8
linimon search for other commits by this committer
Update maintainer's email address.
05 Nov 2004 13:16:52
Original commit files touched by this commit  0.8
arved search for other commits by this committer
Update to 0.8

PR:             72949
Submitted by:   Joachim Strombergson <watchman@ludd.ltu.se>
04 Jul 2004 16:53:10
Original commit files touched by this commit  0.7.20040606
nobutaka search for other commits by this committer
Update to 0.7.20040606.

PR:             ports/68643
Submitted by:   maintainer
18 Mar 2004 22:19:00
Original commit files touched by this commit  0.7.20040220
krion search for other commits by this committer
- Update to version 20040220

PR:             ports/64432
Submitted by:   maintainer
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.7.20031202_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
30 Jan 2004 10:30:08
Original commit files touched by this commit  0.7.20031202
linimon search for other commits by this committer
Unbreak on 4.x.

PR:             ports/62073
Submitted by:   Hiroki Sato <hrs@freebsd.org>
17 Dec 2003 16:02:50
Original commit files touched by this commit  0.7.20031202
linimon search for other commits by this committer
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)
20 Nov 2003 03:19:37
Original commit files touched by this commit  0.7.20031009
linimon search for other commits by this committer
Mark as broken while we muddle through the compile problem with
the author.
27 Oct 2003 10:02:34
Original commit files touched by this commit  0.7.20031009
linimon search for other commits by this committer
Maintainer Update to latest snapshot.  Changes: add AMD64 support
(experimental); time 0 race resolution; identation cleanup; manpage
update.
PR: ports/58320
17 Oct 2003 09:26:42
Original commit files touched by this commit  0.7.20030722
linimon search for other commits by this committer
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.
18 Jul 2003 05:17:17
Original commit files touched by this commit  0.7
kris search for other commits by this committer
Partial fix for builds with gcc 3.3.  This still blows up later on.
19 May 2003 09:24:55
Original commit files touched by this commit  0.7
keichii search for other commits by this committer
Change the Maintainer to someone who uses this port more than I do.
17 May 2003 04:17:55
Original commit files touched by this commit  0.7
will search for other commits by this committer
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
16 May 2003 19:18:38
Original commit files touched by this commit  0.7
will search for other commits by this committer
Fix this port and remove BROKEN.
06 May 2003 08:19:02
Original commit files touched by this commit  0.7
kris search for other commits by this committer
BROKEN: Does not install
07 Mar 2003 05:56:59
Original commit files touched by this commit  0.7
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
31 Jan 2003 17:49:45
Original commit files touched by this commit  0.7
keichii search for other commits by this committer
Update to iverilog 0.7

Submitted by:    Joachim Str?mbergson <watchman@ludd.luth.se>
02 Dec 2002 04:57:52
Original commit files touched by this commit  0.6
marcus search for other commits by this committer
Fix build with bison 1.75.

Reported by:    bento
19 Sep 2002 04:04:23
Original commit files touched by this commit  0.6
kris search for other commits by this committer
Add missing files
04 Mar 2002 00:46:11
files touched by this commit
keichii search for other commits by this committer
Update to 0.6 after my long absence    
18 May 2001 18:01:47
files touched by this commit
ijliao search for other commits by this committer
pass maintainership to keichii    
22 Feb 2001 04:58:04
files touched by this commit
ijliao search for other commits by this committer
forgot bison dependence    
13 Feb 2001 11:02:19
files touched by this commit
ijliao search for other commits by this committer
add iverilog, a Verilog simulation and synthesis tool    

Number of commits found: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18751
Broken 146
Deprecated 99
Ignore 430
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 9
new 48 hours9
new 7 days41
new fortnight75
new month188

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.415 seconds.