ghdl 4.0.0+dfsg-0ubuntu2 source package in Ubuntu

Changelog

ghdl (4.0.0+dfsg-0ubuntu2) noble; urgency=medium

  * Build on s390x.

 -- Matthias Klose <email address hidden>  Sun, 24 Mar 2024 17:24:45 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ghdl_4.0.0+dfsg.orig.tar.gz 6.9 MiB c1a1fb32352ce7c950f41611c9065a3c0c7938d72b42e82368afbb4a25c2df53
ghdl_4.0.0+dfsg-0ubuntu2.debian.tar.xz 26.3 KiB 134bdde00dbad7dfbc570ff1ea764698ad1309a930c6eb304384108bd7f60834
ghdl_4.0.0+dfsg-0ubuntu2.dsc 2.9 KiB 2fe7faabc2c7d372fbd35111ff2b4fa0ad4ff5d4ed8cf5d69ec024cf4a67b477

View changes file

Binary packages built by this source

ghdl: VHDL compiler/simulator

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 GHDL offers three machine code generation backends: one based on GCC, one
 using the LLVM compiler suite and a GHDL specific one called mcode. These are
 available in the ghdl-gcc, ghdl-llvm and ghdl-mcode packages respectively.
 Both the GCC and LLVM backends create highly optimized code for excellent
 simulation performance while simulations compiled with the GCC backend also
 allow coverage testing using gcov. The mcode backend creates less performant
 code but makes up for it with much faster compilation. It is therefore
 preferable for smaller projects without large or long running simulations.
 .
 Multiple backends can be installed at the same time and selected by either
 invoking the desired GHDL directly (as ghdl-gcc, ghdl-llvm or ghdl-mcode) or
 by providing a GHDL_BACKEND environment variable (containing gcc, llvm or
 mcode) while invoking ghdl.
 .
 This package is a dependency package that will make sure at least one backend
 is installed.

ghdl-common: VHDL compiler/simulator (common files)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains common files for the GHDL compiler packages.

ghdl-gcc: VHDL compiler/simulator (GCC backend)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains the compiler with the GCC backend.

ghdl-gcc-dbgsym: debug symbols for ghdl-gcc
ghdl-llvm: VHDL compiler/simulator (LLVM backend)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains the compiler with the LLVM backend.

ghdl-llvm-dbgsym: debug symbols for ghdl-llvm
ghdl-mcode: VHDL compiler/simulator (mcode backend)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains the compiler with the mcode backend.

ghdl-mcode-dbgsym: debug symbols for ghdl-mcode
ghdl-tools: VHDL compiler/simulator (tools)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains ghwdump, a simple command line tool to extract
 information from GHW files produced by GHDL and display it as text. It is
 mainly intended for use in debugging and is not needed for regular use of
 GHDL, where a wavefile visualization tool like gtkwave would normally be used.

ghdl-tools-dbgsym: debug symbols for ghdl-tools
libghdl-4-0-0: No summary available for libghdl-4-0-0 in ubuntu noble.

No description available for libghdl-4-0-0 in ubuntu noble.

libghdl-4-0-0-dbgsym: No summary available for libghdl-4-0-0-dbgsym in ubuntu noble.

No description available for libghdl-4-0-0-dbgsym in ubuntu noble.

libghdl-dev: VHDL compiler/simulator (library development files)

 GHDL is a compiler and simulator for VHDL, a Hardware Description Language.
 GHDL is not an interpreter: it allows you to analyse and elaborate sources to
 generate machine code from your design. Native program execution is the only
 way for high speed simulation.
 .
 This package contains the files required to compile programs using libghdl.