ghdl - A VHDL simulator, using the GCC technology

Description:

GHDL is a VHDL simulator, using the GCC technology. VHDL is a language
standardized by the IEEE, intended for developing electronic systems. GHDL
implements the VHDL language according to the IEEE 1076-1987 or the IEEE
1076-1993 standard. It compiles VHDL files and creates a binary that simulates
(or executes) your design. GHDL does not do synthesis: it cannot translate your
design into a netlist.

Since GHDL is a compiler (i.e., it generates object files), you can call
functions or procedures written in a foreign language, such as C, C++, or
Ada95.

Homepage: http://ghdl.free.fr/

License: GPLv2+

Vendor: Fedora Project

Packages

ghdl-0.25-0.89svn.6.fc8.x86_64 [2.9 MiB] Changelog by Thomas Sailer (2007-10-08):
- ghdl-grt requires zlib-devel (rhbz 316311)
- make it build with makeinfo >= 4.10