libverilog-perl 3.402-1 source package in Ubuntu

Changelog

libverilog-perl (3.402-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Wed, 23 Oct 2013 20:28:30 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.402-1.dsc 2.2 KiB 4fa21b433e31988775f782ad9641f11cba8335ab708b7f895bd7bf6d3f4f9e64
libverilog-perl_3.402.orig.tar.gz 542.1 KiB 506262ae015f1b4660eed49171173ac57726b74fd26c77ef87cd133199129d9d
libverilog-perl_3.402-1.debian.tar.gz 7.5 KiB ee3cf5606a020533938c179ca15aecf5ad3779e6eb5073a1a8a31c46a46ebc07

No changes file available.

Binary packages built by this source

libverilog-perl: framework providing Verilog support

 Verilog is a Perl framework providing 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, which invokes callbacks for language tokens
  * Verilog::Preproc, preprocesses the language, and allows reading
    post-processed files right from Perl without temporary files.
 .
 It also includes a variety of useful utilities:
 .
  * 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. It creates Verilog
    cross references and makes it easy to rename signal and module names over
    multiple files.