How to Install and Uninstall ghdl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "ghdl" package

Please follow the guidelines below to install ghdl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ghdl

2. Uninstall "ghdl" package

Please follow the step by step instructions below to uninstall ghdl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ghdl $ sudo apt autoclean && sudo apt autoremove

3. Information about the ghdl package on Ubuntu 21.10 (Impish Indri)

Package: ghdl
Architecture: amd64
Version: 1.0.0+dfsg-3ubuntu1
Priority: optional
Section: universe/electronics
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Electronics Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 10
Depends: ghdl-common (= 1.0.0+dfsg-3ubuntu1), ghdl-mcode | ghdl-gcc | ghdl-llvm
Suggests: gtkwave
Filename: pool/universe/g/ghdl/ghdl_1.0.0+dfsg-3ubuntu1_amd64.deb
Size: 1732
MD5sum: 3f9d4ace899b757a35b7164d51eef030
SHA1: 7b2b3e5cf2e9a21e8107073311f9c3f7ea521717
SHA256: e8a1cea653c899a90809c0381389e10ce3bb9f4a5fd5f05111f0403b8e7d8c65
SHA512: 024618e45923d0063a94b6f8e20903f567edc84cf96ca9cffb0de66c18b57919647a0d74623f1e709a24eb4dc1f8972be67f8d7091399cf77d089a4184990473
Homepage: https://github.com/ghdl/ghdl
Description-en: 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.
Description-md5: 898aa78eff5e5684d36c1b7162717375