libverilog-perl 3.468-2 source package in Ubuntu

Changelog

libverilog-perl (3.468-2) unstable; urgency=medium

  * Upload to unstable

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <email address hidden>  Sat, 14 Sep 2019 03:24:17 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libverilog-perl_3.468-2.dsc 2.5 KiB 69ebd0193d5c16486e797b3b1ec1f5bac57fc232af107eea4593299c3dd7224c
libverilog-perl_3.468.orig.tar.gz 579.3 KiB b4ee61f23dd87125a423560bff5cbd0141fe28b4b2fe9260e86ffe6ec6140835
libverilog-perl_3.468-2.debian.tar.xz 8.1 KiB ba4090ef6e37ec787f5854f32635aec1a1754f79123dd3c41e77cc3ad6cb4454

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.

libverilog-perl-dbgsym: debug symbols for libverilog-perl