aboutsummaryrefslogtreecommitdiff
path: root/cad/p5-Verilog-Perl/pkg-descr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-05-26 11:01:39 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-05-26 11:01:39 +0000
commita20392af84185c99455cbc461154eda8172245a6 (patch)
tree30bf551ccfb5448c2584e2a024abb2fae1fd20a9 /cad/p5-Verilog-Perl/pkg-descr
parentdf8c38c4450f0f5ae997bb44b20639feea8ee823 (diff)
downloadports-a20392af84185c99455cbc461154eda8172245a6.tar.gz
ports-a20392af84185c99455cbc461154eda8172245a6.zip
Notes
Diffstat (limited to 'cad/p5-Verilog-Perl/pkg-descr')
-rw-r--r--cad/p5-Verilog-Perl/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/p5-Verilog-Perl/pkg-descr b/cad/p5-Verilog-Perl/pkg-descr
new file mode 100644
index 000000000000..ea471de4d4fd
--- /dev/null
+++ b/cad/p5-Verilog-Perl/pkg-descr
@@ -0,0 +1,19 @@
+The Verilog-Perl library is a building point for Verilog support in the Perl
+language. It includes:
+* Verilog::Getopt which parses command line options similar to C++ and VCS.
+* Verilog::Language which knows the language keywords and parses numbers.
+* Verilog::Netlist which builds netlists out of Verilog files. This allows
+ easy scripts to determine things such as the hierarchy of modules.
+* Verilog::Parser invokes callbacks for language tokens.
+* Verilog::Preproc preprocesses the language, and allows reading
+ post-processed files right from Perl without temporary files.
+* vpassert inserts PLIish warnings and assertions for any simulator.
+* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog language.
+* vrename renames and cross-references Verilog symbols. Vrename creates Verilog
+ cross references and makes it easy to rename signal and module names across
+ multiple files. Vrename uses a simple and efficient three step process.
+ First, you run vrename to create a list of signals in the design. You then
+ edit this list, changing as many symbols as you wish. Vrename is then run a
+ second time to apply the changes.
+
+WWW: http://www.veripool.org/wiki/verilog-perl