libverilog-perl 3.480-2build1 source package in Ubuntu

Changelog

libverilog-perl (3.480-2build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:11:37 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.480.orig.tar.gz 602.4 KiB 35d032750029a76751f2312eb31d62649c6d835afffb53adf7a6ccbe8840790b
libverilog-perl_3.480-2build1.debian.tar.xz 9.4 KiB fcbff7c0e17c85dabc102beff7ff3a67dff784e0620551d236a799d7c1683c0b
libverilog-perl_3.480-2build1.dsc 2.2 KiB 9d705ca7b759ebd1ef9d7c0c521672376d2fbbf0a46bf978b03e3a2b875ff365

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.

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