summaryrefslogtreecommitdiff
path: root/cad/verilog/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-01-26 15:28:40 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-01-26 15:28:40 +0000
commit2530131eeb6aecddf50d12af618d56e0549d4bbb (patch)
treef677dd44d82528973774a66fecd0f05dcd19c818 /cad/verilog/Makefile
parentba27124c6e79d1058dd03a3fba400ea2a463784f (diff)
downloadpkgsrc-2530131eeb6aecddf50d12af618d56e0549d4bbb.tar.gz
Initial import of Icarus Verilog.
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-1995. This is a fairly large and complex standard, so it will take some time for it to get there, but that's the goal. I'll be tracking the upcoming IEEE Std 1364-1999 revision as well, and some -1999 features will creep in.
Diffstat (limited to 'cad/verilog/Makefile')
-rw-r--r--cad/verilog/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile
new file mode 100644
index 00000000000..b0f5bacca50
--- /dev/null
+++ b/cad/verilog/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/26 15:28:40 dmcmahill Exp $
+#
+
+DISTNAME= verilog-20000120
+CATEGORIES= cad
+MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://icarus.com/eda/verilog/index.html
+
+BUILD_DEPENDS+= bison:../../devel/bison
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"