summaryrefslogtreecommitdiffstats
path: root/academic/verilog/README
diff options
context:
space:
mode:
author Stephen Van Berg2010-05-13 00:57:23 +0200
committer Robby Workman2010-05-13 00:57:23 +0200
commitda95dc10a47511570a1726efa28789d94bf23a3f (patch)
tree8e940a145d9b0d04143ce73b0aab3e593290b0c4 /academic/verilog/README
parentf334d6acba797cac07b34bcb7e016ccf2267dbba (diff)
downloadslackbuilds-da95dc10a47511570a1726efa28789d94bf23a3f.tar.gz
academic/verilog: Added to 13.0 repository
Diffstat (limited to 'academic/verilog/README')
-rw-r--r--academic/verilog/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/verilog/README b/academic/verilog/README
new file mode 100644
index 0000000000..c8ebda2ee7
--- /dev/null
+++ b/academic/verilog/README
@@ -0,0 +1,5 @@
+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 an intermediate
+form called vvp assembly. This intermediate form is executed by the 'vvp'
+command. For synthesis, the compiler generates netlists in the desired format.