libverilog-perl 3.401-1 source package in Ubuntu

Changelog

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


  * New upstream release.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <email address hidden>  Tue, 28 May 2013 10:58:55 +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.401-1.dsc 2.2 KiB 6605d2d5f1b25524990d46daa5c69fb7492ecc79b5a9830ce330c7e0cba96f3d
libverilog-perl_3.401.orig.tar.gz 540.9 KiB b219591aacf278d7c678623e1591ef1bd226cbc05f97db1b4923a211ea2805a7
libverilog-perl_3.401-1.debian.tar.gz 7.4 KiB bbe4c1e86c2048762950bfd832871a1c059e0d6ba4afdd528f74aebe770248d1

Available diffs

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.