libverilog-perl 3.310-1 source package in Ubuntu

Changelog

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

  * New upstream release.
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Sun, 31 Jul 2011 07:25:16 +0200

Upload details

Uploaded by:
أحمد المحمودي (Ahmed El-Mahmoudy)
Uploaded to:
Oneiric
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.310.orig.tar.gz 525.4 KiB fd345084aed61019daea1724a085ff27e4ddb2816738438eaa6e4ee6984e832a
libverilog-perl_3.310-1.debian.tar.gz 5.9 KiB f3fa746d16c4a6624e5e1c50c2806f43474701a605a99827c920d2ee72a01bcc
libverilog-perl_3.310-1.dsc 1.8 KiB 2cc18b3de844173bb9f1c0a23258aa0457cd6da9b78fa0097ed603ded0edf603

Available diffs

View changes file

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.